Html Css Color HEX #37585A Oracle

📋 copy color: '#37585A'

red 55 ◦ green 88 ◦ blue 90

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

Shades of Oracle #37585A

Tints of Oracle #37585A

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 value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37585A (or 0x37585A) is known color: 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

RGB 55 88 90 -
CMYK 0.39 0.02 0 0.65
HSL 183.43º 0.24% 0.28% -
HSV(B) 183.43º 0.39% 0.35% -
XYZ 6.91 8.53 10.96 -
YUV 78.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 55 88 90 0.39 0.02 0 0.65 183.43 0.24 0.28
Hex 37 58 5A 27 2 0 41 B7 18 1C
Octal 67 130 132 47 2 0 101 267 30 34
Binary 110111 1011000 1011010 100111 10 0 1000001 10110111 11000 11100

Color Harmonies of #37585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37585A

Black with #37585A

Text Example


Text Example

White with #37585A

Text Example


Text Example

HTML Codes & Css Web 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>