#374255

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

Shades of Cloud Burst #374255

Tints of Cloud Burst #374255

Color information

#374255 (or 0x374255) is unknown color: approx Cloud Burst. HEX triplet: 37, 42 and 55. RGB value is (55,66,85). Sum of RGB (Red+Green+Blue) = 55+66+85=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #374255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374255 is #C8BDAA. Grayscale: #404040. Windows color (decimal): -13155755 or 5587511. OLE color: 5587511.

HSL color Cylindrical-coordinate representation of color #374255: hue angle of 218º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374255 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB556685-
CMYK0.350.2200.67
HSL218º21.43%27.45%-
HSV(B)218º35.29%33.33%-
XYZ5.165.369.36-
YUV64.88139.36120.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=26.70%
G=32.04%
B=41.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5566850.350.2200.6721821.4327.45
Hex3742552316043da151b
Octal67102125432601033322533
Binary110111100001010101011000111011001000011110110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374255; }

 p { color: rgb(55,66,85); }

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

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

 a { background-color: rgb(55,66,85); }

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

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

 span { border-color: rgb(55,66,85); }

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