#373B4C

Color #373B4C Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #373B4C

Tints of Cloud Burst #373B4C

Color information

#373B4C (or 0x373B4C) is unknown color: approx Cloud Burst. HEX triplet: 37, 3B and 4C. RGB value is (55,59,76). Sum of RGB (Red+Green+Blue) = 55+59+76=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #373B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B4C is #C8C4B3. Grayscale: #3B3B3B. Windows color (decimal): -13157556 or 4995895. OLE color: 4995895.

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

Color convert

RGB555976-
CMYK0.280.2200.70
HSL228.57º16.03%25.69%-
HSV(B)228.57º27.63%29.8%-
XYZ4.444.467.46-
YUV59.74137.17124.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 76 (30.08% from 255) = 40%
R=28.95%
G=31.05%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5559760.280.2200.70228.5716.0325.69
Hex373B4C1C16046e5101a
Octal6773114342601063452032
Binary1101111110111001100111001011001000110111001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #373B4C;
 }
 .AnyTagClassName
 {
   color: #373B4C;
 }
</style>
background-color css

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

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

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

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

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

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