Html Css Color HEX #37595B Oracle

📋 copy color: '#37595B'

red 55 ◦ green 89 ◦ blue 91

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

Shades of Oracle #37595B

Tints of Oracle #37595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 23.4%
G = 37.87%
B = 38.72%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37595B (or 0x37595B) is known color: Oracle. HEX triplet: 37, 59 and 5B. RGB value is (55,89,91). Sum of RGB (Red+Green+Blue) = 55+89+91=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #37595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37595B is #C8A6A4. Grayscale: #4F4F4F. Windows color (decimal): -13149861 or 5986615. OLE color: 5986615.

HSL color Cylindrical-coordinate representation of color #37595B: hue angle of 183.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37595B is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 89 91 -
CMYK 0.40 0.02 0 0.64
HSL 183.33º 0.25% 0.29% -
HSV(B) 183.33º 0.4% 0.36% -
XYZ 7.04 8.71 11.21 -
YUV 79.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 55 89 91 0.40 0.02 0 0.64 183.33 0.25 0.29
Hex 37 59 5B 28 2 0 40 B7 19 1D
Octal 67 131 133 50 2 0 100 267 31 35
Binary 110111 1011001 1011011 101000 10 0 1000000 10110111 11001 11101

Color Harmonies of #37595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37595B

Black with #37595B

Text Example


Text Example

White with #37595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37595B;
 }
 .AnyTagClassName
 {
   color: #37595B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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