Html Css Color HEX #375859 Oracle

📋 copy color: '#375859'

red 55 ◦ green 88 ◦ blue 89

#375859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #375859

Tints of Oracle #375859

RGB

 RED value IS 55 (21.88% from 255) = 23.71%

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 23.71%
G = 37.93%
B = 38.36%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#375859 (or 0x375859) is known color: Oracle. HEX triplet: 37, 58 and 59. RGB value is (55,88,89). Sum of RGB (Red+Green+Blue) = 55+88+89=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #375859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375859 is #C8A7A6. Grayscale: #4E4E4E. Windows color (decimal): -13150119 or 5855287. OLE color: 5855287.

HSL color Cylindrical-coordinate representation of color #375859: hue angle of 181.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375859 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 89 -
CMYK 0.38 0.01 0 0.65
HSL 181.76º 0.24% 0.28% -
HSV(B) 181.76º 0.38% 0.35% -
XYZ 6.87 8.51 10.73 -
YUV 78.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 55 88 89 0.38 0.01 0 0.65 181.76 0.24 0.28
Hex 37 58 59 26 1 0 41 B6 18 1C
Octal 67 130 131 46 1 0 101 266 30 34
Binary 110111 1011000 1011001 100110 1 0 1000001 10110110 11000 11100

Color Harmonies of #375859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375859

Black with #375859

Text Example


Text Example

White with #375859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375859; }

 p { color: rgb(55,88,89); }

 H1.HeaderClassName
 {
   color: #375859;
 }
 .AnyTagClassName
 {
   color: #375859;
 }
</style>

background-color css

<style>
 a { background-color: #375859; }

 a { background-color: rgb(55,88,89); }

 div.DivClassName
 {
   background-color: #375859;
 }
 .BgClassName
 {
   background-color: #375859;
 }
</style>

border-color css

<style>
 span { border-color: #375859; }

 span { border-color: rgb(55,88,89); }

 td.TdClassName
 {
   border-color: #375859;
 }
 .TagClassName
 {
   border-color: #375859;
 }
</style>