#37585A

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

Shades of Oracle #37585A

Tints of Oracle #37585A

Color information

#37585A (or 0x37585A) is unknown color: approx Oracle. HEX triplet: 37, 58 and 5A. RGB value is (55,88,90). Sum of RGB (Red+Green+Blue) = 55+88+90=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #37585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585A is #C8A7A5. Grayscale: #4E4E4E. Windows color (decimal): -13150118 or 5920823. OLE color: 5920823.

HSL color Cylindrical-coordinate representation of color #37585A: hue angle of 183.43º 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 #37585A is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558890-
CMYK0.390.0200.65
HSL183.43º24.14%28.43%-
HSV(B)183.43º38.89%35.29%-
XYZ6.918.5310.96-
YUV78.36134.57111.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=23.61%
G=37.77%
B=38.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588900.390.0200.65183.4324.1428.43
Hex37585A272041b7181c
Octal6713013247201012673034
Binary110111101100010110101001111001000001101101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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