Html Css Color HEX #37565A Oracle

📋 copy color: '#37565A'

red 55 ◦ green 86 ◦ blue 90

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

Shades of Oracle #37565A

Tints of Oracle #37565A

RGB

 RED value IS 55 (21.88% from 255) = 23.81%

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 23.81%
G = 37.23%
B = 38.96%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37565A (or 0x37565A) is known color: Oracle. HEX triplet: 37, 56 and 5A. RGB value is (55,86,90). Sum of RGB (Red+Green+Blue) = 55+86+90=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #37565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565A is #C8A9A5. Grayscale: #4D4D4D. Windows color (decimal): -13150630 or 5920311. OLE color: 5920311.

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

Color convert

RGB 55 86 90 -
CMYK 0.39 0.04 0 0.65
HSL 186.86º 0.24% 0.28% -
HSV(B) 186.86º 0.39% 0.35% -
XYZ 6.75 8.21 10.9 -
YUV 77.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 55 86 90 0.39 0.04 0 0.65 186.86 0.24 0.28
Hex 37 56 5A 27 4 0 41 BB 18 1C
Octal 67 126 132 47 4 0 101 273 30 34
Binary 110111 1010110 1011010 100111 100 0 1000001 10111011 11000 11100

Color Harmonies of #37565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37565A

Black with #37565A

Text Example


Text Example

White with #37565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37565A;
 }
 .AnyTagClassName
 {
   color: #37565A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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