#37595D

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

Shades of Oracle #37595D

Tints of Oracle #37595D

Color information

#37595D (or 0x37595D) is unknown color: approx Oracle. HEX triplet: 37, 59 and 5D. RGB value is (55,89,93). Sum of RGB (Red+Green+Blue) = 55+89+93=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #37595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37595D is #C8A6A2. Grayscale: #4F4F4F. Windows color (decimal): -13149859 or 6117687. OLE color: 6117687.

HSL color Cylindrical-coordinate representation of color #37595D: hue angle of 186.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37595D is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB558993-
CMYK0.410.0400.64
HSL186.32º25.68%29.02%-
HSV(B)186.32º40.86%36.47%-
XYZ7.128.7511.67-
YUV79.29135.74110.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=23.21%
G=37.55%
B=39.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5589930.410.0400.64186.3225.6829.02
Hex37595D294040ba1a1d
Octal6713113551401002723235
Binary1101111011001101110110100110001000000101110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37595D; }

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

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

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

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

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

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

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

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