Html Css Color HEX #373D4C Cloud Burst

📋 copy color: '#373D4C'

red 55 ◦ green 61 ◦ blue 76

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

Shades of Cloud Burst #373D4C

Tints of Cloud Burst #373D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.77%

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 28.65%
G = 31.77%
B = 39.58%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#373D4C (or 0x373D4C) is known color: Cloud Burst. HEX triplet: 37, 3D and 4C. RGB value is (55,61,76). Sum of RGB (Red+Green+Blue) = 55+61+76=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 76 - color contains mainly: blue. Hex color #373D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D4C is #C8C2B3. Grayscale: #3C3C3C. Windows color (decimal): -13157044 or 4996407. OLE color: 4996407.

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

Color convert

RGB 55 61 76 -
CMYK 0.28 0.20 0 0.70
HSL 222.86º 0.16% 0.26% -
HSV(B) 222.86º 0.28% 0.3% -
XYZ 4.55 4.67 7.5 -
YUV 60.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 55 61 76 0.28 0.20 0 0.70 222.86 0.16 0.26
Hex 37 3D 4C 1C 14 0 46 DF 10 1A
Octal 67 75 114 34 24 0 106 337 20 32
Binary 110111 111101 1001100 11100 10100 0 1000110 11011111 10000 11010

Color Harmonies of #373D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D4C

Black with #373D4C

Text Example


Text Example

White with #373D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,76); }

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

background-color css

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

 a { background-color: rgb(55,61,76); }

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

border-color css

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

 span { border-color: rgb(55,61,76); }

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