#37585C

Color #37585C Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #37585C

Tints of Oracle #37585C

Color information

#37585C (or 0x37585C) is unknown color: approx Oracle. HEX triplet: 37, 58 and 5C. RGB value is (55,88,92). Sum of RGB (Red+Green+Blue) = 55+88+92=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #37585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585C is #C8A7A3. Grayscale: #4E4E4E. Windows color (decimal): -13150116 or 6051895. OLE color: 6051895.

HSL color Cylindrical-coordinate representation of color #37585C: hue angle of 186.49º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37585C is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB558892-
CMYK0.400.0400.64
HSL186.49º25.17%28.82%-
HSV(B)186.49º40.22%36.08%-
XYZ78.5611.41-
YUV78.59135.57111.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=23.40%
G=37.45%
B=39.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5588920.400.0400.64186.4925.1728.82
Hex37585C284040ba191d
Octal6713013450401002723135
Binary1101111011000101110010100010001000000101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37585C; }

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

 H1.HeaderClassName
 {
   color: #37585C;
 }
 .AnyTagClassName
 {
   color: #37585C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #37585C;
 }
 .BgClassName
 {
   background-color: #37585C;
 }
</style>
border-color css

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

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

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