#354153

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

Shades of Cloud Burst #354153

Tints of Cloud Burst #354153

Color information

#354153 (or 0x354153) is unknown color: approx Cloud Burst. HEX triplet: 35, 41 and 53. RGB value is (53,65,83). Sum of RGB (Red+Green+Blue) = 53+65+83=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #354153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354153 is #CABEAC. Grayscale: #3F3F3F. Windows color (decimal): -13287085 or 5456181. OLE color: 5456181.

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

Color convert

RGB536583-
CMYK0.360.2200.67
HSL216º22.06%26.67%-
HSV(B)216º36.14%32.55%-
XYZ4.925.168.92-
YUV63.46139.02120.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=26.37%
G=32.34%
B=41.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5365830.360.2200.6721622.0626.67
Hex3541532416043d8161b
Octal65101123442601033302633
Binary110101100000110100111001001011001000011110110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354153; }

 p { color: rgb(53,65,83); }

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

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

 a { background-color: rgb(53,65,83); }

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

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

 span { border-color: rgb(53,65,83); }

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