#35394F

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

Shades of Cloud Burst #35394F

Tints of Cloud Burst #35394F

Color information

#35394F (or 0x35394F) is unknown color: approx Cloud Burst. HEX triplet: 35, 39 and 4F. RGB value is (53,57,79). Sum of RGB (Red+Green+Blue) = 53+57+79=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #35394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35394F is #CAC6B0. Grayscale: #3A3A3A. Windows color (decimal): -13289137 or 5191989. OLE color: 5191989.

HSL color Cylindrical-coordinate representation of color #35394F: hue angle of 230.77º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35394F is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB535779-
CMYK0.330.2800.69
HSL230.77º19.7%25.88%-
HSV(B)230.77º32.91%30.98%-
XYZ4.344.257.99-
YUV58.31139.67124.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=28.04%
G=30.16%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5357790.330.2800.69230.7719.725.88
Hex35394F211C045e7141a
Octal6571117413401053472432
Binary11010111100110011111000011110001000101111001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35394F; }

 p { color: rgb(53,57,79); }

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

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

 a { background-color: rgb(53,57,79); }

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

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

 span { border-color: rgb(53,57,79); }

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