Html Css Color HEX #373B4D Cloud Burst

📋 copy color: '#373B4D'

red 55 ◦ green 59 ◦ blue 77

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

Shades of Cloud Burst #373B4D

Tints of Cloud Burst #373B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.89%

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

R = 28.8%
G = 30.89%
B = 40.31%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#373B4D (or 0x373B4D) is known color: Cloud Burst. HEX triplet: 37, 3B and 4D. RGB value is (55,59,77). Sum of RGB (Red+Green+Blue) = 55+59+77=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #373B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B4D is #C8C4B2. Grayscale: #3B3B3B. Windows color (decimal): -13157555 or 5061431. OLE color: 5061431.

HSL color Cylindrical-coordinate representation of color #373B4D: hue angle of 229.09º 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 #373B4D is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 59 77 -
CMYK 0.29 0.23 0 0.70
HSL 229.09º 0.17% 0.26% -
HSV(B) 229.09º 0.29% 0.3% -
XYZ 4.48 4.48 7.65 -
YUV 59.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 55 59 77 0.29 0.23 0 0.70 229.09 0.17 0.26
Hex 37 3B 4D 1D 17 0 46 E5 11 1A
Octal 67 73 115 35 27 0 106 345 21 32
Binary 110111 111011 1001101 11101 10111 0 1000110 11100101 10001 11010

Color Harmonies of #373B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B4D

Black with #373B4D

Text Example


Text Example

White with #373B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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