Html Css Color HEX #375559 Oracle

📋 copy color: '#375559'

red 55 ◦ green 85 ◦ blue 89

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

Shades of Oracle #375559

Tints of Oracle #375559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

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

R = 24.02%
G = 37.12%
B = 38.86%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375559 (or 0x375559) is known color: Oracle. HEX triplet: 37, 55 and 59. RGB value is (55,85,89). Sum of RGB (Red+Green+Blue) = 55+85+89=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #375559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375559 is #C8AAA6. Grayscale: #4C4C4C. Windows color (decimal): -13150887 or 5854519. OLE color: 5854519.

HSL color Cylindrical-coordinate representation of color #375559: hue angle of 187.06º 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 #375559 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 85 89 -
CMYK 0.38 0.04 0 0.65
HSL 187.06º 0.24% 0.28% -
HSV(B) 187.06º 0.38% 0.35% -
XYZ 6.63 8.03 10.65 -
YUV 76.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 55 85 89 0.38 0.04 0 0.65 187.06 0.24 0.28
Hex 37 55 59 26 4 0 41 BB 18 1C
Octal 67 125 131 46 4 0 101 273 30 34
Binary 110111 1010101 1011001 100110 100 0 1000001 10111011 11000 11100

Color Harmonies of #375559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375559

Black with #375559

Text Example


Text Example

White with #375559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375559; }

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

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

background-color css

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

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

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

border-color css

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

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

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