Html Css Color HEX #354153 Cloud Burst

📋 copy color: '#354153'

red 53 ◦ green 65 ◦ blue 83

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

Shades of Cloud Burst #354153

Tints of Cloud Burst #354153

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 value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354153 (or 0x354153) is known color: 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

RGB 53 65 83 -
CMYK 0.36 0.22 0 0.67
HSL 216º 0.22% 0.27% -
HSV(B) 216º 0.36% 0.33% -
XYZ 4.92 5.16 8.92 -
YUV 63.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 53 65 83 0.36 0.22 0 0.67 216 0.22 0.27
Hex 35 41 53 24 16 0 43 D8 16 1B
Octal 65 101 123 44 26 0 103 330 26 33
Binary 110101 1000001 1010011 100100 10110 0 1000011 11011000 10110 11011

Color Harmonies of #354153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354153

Black with #354153

Text Example


Text Example

White with #354153

Text Example


Text Example

HTML Codes & Css Web 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>