Html Css Color HEX #37404B Cloud Burst

📋 copy color: '#37404B'

red 55 ◦ green 64 ◦ blue 75

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

Shades of Cloud Burst #37404B

Tints of Cloud Burst #37404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 28.35%
G = 32.99%
B = 38.66%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37404B (or 0x37404B) is known color: Cloud Burst. HEX triplet: 37, 40 and 4B. RGB value is (55,64,75). Sum of RGB (Red+Green+Blue) = 55+64+75=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #37404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37404B is #C8BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13156277 or 4931639. OLE color: 4931639.

HSL color Cylindrical-coordinate representation of color #37404B: hue angle of 213º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37404B is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 64 75 -
CMYK 0.27 0.15 0 0.71
HSL 213º 0.15% 0.25% -
HSV(B) 213º 0.27% 0.29% -
XYZ 4.68 4.99 7.37 -
YUV 62.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 55 64 75 0.27 0.15 0 0.71 213 0.15 0.25
Hex 37 40 4B 1B F 0 47 D5 F 19
Octal 67 100 113 33 17 0 107 325 17 31
Binary 110111 1000000 1001011 11011 1111 0 1000111 11010101 1111 11001

Color Harmonies of #37404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37404B

Black with #37404B

Text Example


Text Example

White with #37404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,64,75); }

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

background-color css

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

 a { background-color: rgb(55,64,75); }

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

border-color css

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

 span { border-color: rgb(55,64,75); }

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