Html Css Color HEX #373F4D Cloud Burst

📋 copy color: '#373F4D'

red 55 ◦ green 63 ◦ blue 77

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

Shades of Cloud Burst #373F4D

Tints of Cloud Burst #373F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.31%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 28.21%
G = 32.31%
B = 39.49%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#373F4D (or 0x373F4D) is known color: Cloud Burst. HEX triplet: 37, 3F and 4D. RGB value is (55,63,77). Sum of RGB (Red+Green+Blue) = 55+63+77=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #373F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F4D is #C8C0B2. Grayscale: #3E3E3E. Windows color (decimal): -13156531 or 5062455. OLE color: 5062455.

HSL color Cylindrical-coordinate representation of color #373F4D: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373F4D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 63 77 -
CMYK 0.29 0.18 0 0.70
HSL 218.18º 0.17% 0.26% -
HSV(B) 218.18º 0.29% 0.3% -
XYZ 4.69 4.9 7.72 -
YUV 62.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 55 63 77 0.29 0.18 0 0.70 218.18 0.17 0.26
Hex 37 3F 4D 1D 12 0 46 DA 11 1A
Octal 67 77 115 35 22 0 106 332 21 32
Binary 110111 111111 1001101 11101 10010 0 1000110 11011010 10001 11010

Color Harmonies of #373F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F4D

Black with #373F4D

Text Example


Text Example

White with #373F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373F4D; }

 p { color: rgb(55,63,77); }

 H1.HeaderClassName
 {
   color: #373F4D;
 }
 .AnyTagClassName
 {
   color: #373F4D;
 }
</style>

background-color css

<style>
 a { background-color: #373F4D; }

 a { background-color: rgb(55,63,77); }

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

border-color css

<style>
 span { border-color: #373F4D; }

 span { border-color: rgb(55,63,77); }

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