#374253

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

Shades of Cloud Burst #374253

Tints of Cloud Burst #374253

Color information

#374253 (or 0x374253) is unknown color: approx Cloud Burst. HEX triplet: 37, 42 and 53. RGB value is (55,66,83). Sum of RGB (Red+Green+Blue) = 55+66+83=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #374253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374253 is #C8BDAC. Grayscale: #404040. Windows color (decimal): -13155757 or 5456439. OLE color: 5456439.

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

Color convert

RGB556683-
CMYK0.340.2000.67
HSL216.43º20.29%27.06%-
HSV(B)216.43º33.73%32.55%-
XYZ5.095.338.95-
YUV64.65138.36121.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=26.96%
G=32.35%
B=40.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5566830.340.2000.67216.4320.2927.06
Hex3742532214043d8141b
Octal67102123422401033302433
Binary110111100001010100111000101010001000011110110001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374253; }

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

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

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

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

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

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

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

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