#373F4B

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

Shades of Cloud Burst #373F4B

Tints of Cloud Burst #373F4B

Color information

#373F4B (or 0x373F4B) is unknown color: approx Cloud Burst. HEX triplet: 37, 3F and 4B. RGB value is (55,63,75). Sum of RGB (Red+Green+Blue) = 55+63+75=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #373F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F4B is #C8C0B4. Grayscale: #3D3D3D. Windows color (decimal): -13156533 or 4931383. OLE color: 4931383.

HSL color Cylindrical-coordinate representation of color #373F4B: hue angle of 216º 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 #373F4B is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB556375-
CMYK0.270.1600.71
HSL216º15.38%25.49%-
HSV(B)216º26.67%29.41%-
XYZ4.624.887.35-
YUV61.98135.35123.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=28.50%
G=32.64%
B=38.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5563750.270.1600.7121615.3825.49
Hex373F4B1B10047d8f19
Octal6777113332001073301731
Binary110111111111100101111011100000100011111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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