#374051

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

Shades of Cloud Burst #374051

Tints of Cloud Burst #374051

Color information

#374051 (or 0x374051) is unknown color: approx Cloud Burst. HEX triplet: 37, 40 and 51. RGB value is (55,64,81). Sum of RGB (Red+Green+Blue) = 55+64+81=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #374051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374051 is #C8BFAE. Grayscale: #3F3F3F. Windows color (decimal): -13156271 or 5324855. OLE color: 5324855.

HSL color Cylindrical-coordinate representation of color #374051: hue angle of 219.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374051 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB556481-
CMYK0.320.2100.68
HSL219.23º19.12%26.67%-
HSV(B)219.23º32.1%31.76%-
XYZ4.895.078.51-
YUV63.25138.02122.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=27.5%
G=32%
B=40.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5564810.320.2100.68219.2319.1226.67
Hex3740512015044db131b
Octal67100121402501043332333
Binary110111100000010100011000001010101000100110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374051; }

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

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

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

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

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

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

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

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