Html Css Color HEX #354157 Cloud Burst

📋 copy color: '#354157'

red 53 ◦ green 65 ◦ blue 87

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

Shades of Cloud Burst #354157

Tints of Cloud Burst #354157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 25.85%
G = 31.71%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354157 (or 0x354157) is known color: Cloud Burst. HEX triplet: 35, 41 and 57. RGB value is (53,65,87). Sum of RGB (Red+Green+Blue) = 53+65+87=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #354157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354157 is #CABEA8. Grayscale: #3F3F3F. Windows color (decimal): -13287081 or 5718325. OLE color: 5718325.

HSL color Cylindrical-coordinate representation of color #354157: hue angle of 218.82º 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 #354157 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 65 87 -
CMYK 0.39 0.25 0 0.66
HSL 218.82º 0.24% 0.27% -
HSV(B) 218.82º 0.39% 0.34% -
XYZ 5.08 5.23 9.76 -
YUV 63.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 53 65 87 0.39 0.25 0 0.66 218.82 0.24 0.27
Hex 35 41 57 27 19 0 42 DB 18 1B
Octal 65 101 127 47 31 0 102 333 30 33
Binary 110101 1000001 1010111 100111 11001 0 1000010 11011011 11000 11011

Color Harmonies of #354157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354157

Black with #354157

Text Example


Text Example

White with #354157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354157; }

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

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

background-color css

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

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

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

border-color css

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

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

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