Html Css Color HEX #353F53 Cloud Burst

📋 copy color: '#353F53'

red 53 ◦ green 63 ◦ blue 83

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

Shades of Cloud Burst #353F53

Tints of Cloud Burst #353F53

RGB

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

 GREEN value IS 63 (25% from 255) = 31.66%

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 26.63%
G = 31.66%
B = 41.71%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353F53 (or 0x353F53) is known color: Cloud Burst. HEX triplet: 35, 3F and 53. RGB value is (53,63,83). Sum of RGB (Red+Green+Blue) = 53+63+83=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #353F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F53 is #CAC0AC. Grayscale: #3E3E3E. Windows color (decimal): -13287597 or 5455669. OLE color: 5455669.

HSL color Cylindrical-coordinate representation of color #353F53: hue angle of 220º 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 #353F53 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 63 83 -
CMYK 0.36 0.24 0 0.67
HSL 220º 0.22% 0.27% -
HSV(B) 220º 0.36% 0.33% -
XYZ 4.81 4.94 8.88 -
YUV 62.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 53 63 83 0.36 0.24 0 0.67 220 0.22 0.27
Hex 35 3F 53 24 18 0 43 DC 16 1B
Octal 65 77 123 44 30 0 103 334 26 33
Binary 110101 111111 1010011 100100 11000 0 1000011 11011100 10110 11011

Color Harmonies of #353F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F53

Black with #353F53

Text Example


Text Example

White with #353F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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