#37595A

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

Shades of Oracle #37595A

Tints of Oracle #37595A

Color information

#37595A (or 0x37595A) is unknown color: approx Oracle. HEX triplet: 37, 59 and 5A. RGB value is (55,89,90). Sum of RGB (Red+Green+Blue) = 55+89+90=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #37595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37595A is #C8A6A5. Grayscale: #4E4E4E. Windows color (decimal): -13149862 or 5921079. OLE color: 5921079.

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

Color convert

RGB558990-
CMYK0.390.0100.65
HSL181.71º24.14%28.43%-
HSV(B)181.71º38.89%35.29%-
XYZ6.998.710.98-
YUV78.95134.24110.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=23.50%
G=38.03%
B=38.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589900.390.0100.65181.7124.1428.43
Hex37595A271041b6181c
Octal6713113247101012663034
Binary11011110110011011010100111101000001101101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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