#374053

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

Shades of Cloud Burst #374053

Tints of Cloud Burst #374053

Color information

#374053 (or 0x374053) is unknown color: approx Cloud Burst. HEX triplet: 37, 40 and 53. RGB value is (55,64,83). Sum of RGB (Red+Green+Blue) = 55+64+83=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #374053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374053 is #C8BFAC. Grayscale: #3F3F3F. Windows color (decimal): -13156269 or 5455927. OLE color: 5455927.

HSL color Cylindrical-coordinate representation of color #374053: hue angle of 220.71º 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 #374053 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB556483-
CMYK0.340.2300.67
HSL220.71º20.29%27.06%-
HSV(B)220.71º33.73%32.55%-
XYZ4.975.18.91-
YUV63.47139.02121.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=27.23%
G=31.68%
B=41.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5564830.340.2300.67220.7120.2927.06
Hex3740532217043dd141b
Octal67100123422701033352433
Binary110111100000010100111000101011101000011110111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374053; }

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

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

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

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

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

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

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

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