Html Css Color HEX #354257 Cloud Burst

📋 copy color: '#354257'

red 53 ◦ green 66 ◦ blue 87

#354257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #354257

Tints of Cloud Burst #354257

RGB

 RED value IS 53 (21.09% from 255) = 25.73%

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 25.73%
G = 32.04%
B = 42.23%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354257 (or 0x354257) is known color: Cloud Burst. HEX triplet: 35, 42 and 57. RGB value is (53,66,87). Sum of RGB (Red+Green+Blue) = 53+66+87=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #354257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354257 is #CABDA8. Grayscale: #404040. Windows color (decimal): -13286825 or 5718581. OLE color: 5718581.

HSL color Cylindrical-coordinate representation of color #354257: hue angle of 217.06º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354257 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 66 87 -
CMYK 0.39 0.24 0 0.66
HSL 217.06º 0.24% 0.27% -
HSV(B) 217.06º 0.39% 0.34% -
XYZ 5.14 5.34 9.78 -
YUV 64.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 53 66 87 0.39 0.24 0 0.66 217.06 0.24 0.27
Hex 35 42 57 27 18 0 42 D9 18 1B
Octal 65 102 127 47 30 0 102 331 30 33
Binary 110101 1000010 1010111 100111 11000 0 1000010 11011001 11000 11011

Color Harmonies of #354257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354257

Black with #354257

Text Example


Text Example

White with #354257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354257; }

 p { color: rgb(53,66,87); }

 H1.HeaderClassName
 {
   color: #354257;
 }
 .AnyTagClassName
 {
   color: #354257;
 }
</style>

background-color css

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

 a { background-color: rgb(53,66,87); }

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

border-color css

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

 span { border-color: rgb(53,66,87); }

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