#373B4A

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

Shades of Cloud Burst #373B4A

Tints of Cloud Burst #373B4A

Color information

#373B4A (or 0x373B4A) is unknown color: approx Cloud Burst. HEX triplet: 37, 3B and 4A. RGB value is (55,59,74). Sum of RGB (Red+Green+Blue) = 55+59+74=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #373B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B4A is #C8C4B5. Grayscale: #3B3B3B. Windows color (decimal): -13157558 or 4864823. OLE color: 4864823.

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

Color convert

RGB555974-
CMYK0.260.2000.71
HSL227.37º14.73%25.29%-
HSV(B)227.37º25.68%29.02%-
XYZ4.384.437.1-
YUV59.51136.17124.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=29.26%
G=31.38%
B=39.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5559740.260.2000.71227.3714.7325.29
Hex373B4A1A14047e3f19
Octal6773112322401073431731
Binary110111111011100101011010101000100011111100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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