#373E4B

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

Shades of Cloud Burst #373E4B

Tints of Cloud Burst #373E4B

Color information

#373E4B (or 0x373E4B) is unknown color: approx Cloud Burst. HEX triplet: 37, 3E and 4B. RGB value is (55,62,75). Sum of RGB (Red+Green+Blue) = 55+62+75=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #373E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E4B is #C8C1B4. Grayscale: #3D3D3D. Windows color (decimal): -13156789 or 4931127. OLE color: 4931127.

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

Color convert

RGB556275-
CMYK0.270.1700.71
HSL219º15.38%25.49%-
HSV(B)219º26.67%29.41%-
XYZ4.574.777.34-
YUV61.39135.68123.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=28.65%
G=32.29%
B=39.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5562750.270.1700.7121915.3825.49
Hex373E4B1B11047dbf19
Octal6776113332101073331731
Binary110111111110100101111011100010100011111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,62,75); }

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

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

 a { background-color: rgb(55,62,75); }

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

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

 span { border-color: rgb(55,62,75); }

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