Html Css Color HEX #37595D Oracle

📋 copy color: '#37595D'

red 55 ◦ green 89 ◦ blue 93

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

Shades of Oracle #37595D

Tints of Oracle #37595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 23.21%
G = 37.55%
B = 39.24%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37595D (or 0x37595D) is known color: Oracle. HEX triplet: 37, 59 and 5D. RGB value is (55,89,93). Sum of RGB (Red+Green+Blue) = 55+89+93=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #37595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37595D is #C8A6A2. Grayscale: #4F4F4F. Windows color (decimal): -13149859 or 6117687. OLE color: 6117687.

HSL color Cylindrical-coordinate representation of color #37595D: hue angle of 186.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37595D is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 89 93 -
CMYK 0.41 0.04 0 0.64
HSL 186.32º 0.26% 0.29% -
HSV(B) 186.32º 0.41% 0.36% -
XYZ 7.12 8.75 11.67 -
YUV 79.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 55 89 93 0.41 0.04 0 0.64 186.32 0.26 0.29
Hex 37 59 5D 29 4 0 40 BA 1A 1D
Octal 67 131 135 51 4 0 100 272 32 35
Binary 110111 1011001 1011101 101001 100 0 1000000 10111010 11010 11101

Color Harmonies of #37595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37595D

Black with #37595D

Text Example


Text Example

White with #37595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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