Html Css Color HEX #353B4D Cloud Burst

📋 copy color: '#353B4D'

red 53 ◦ green 59 ◦ blue 77

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

Shades of Cloud Burst #353B4D

Tints of Cloud Burst #353B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.22%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 28.04%
G = 31.22%
B = 40.74%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#353B4D (or 0x353B4D) is known color: Cloud Burst. HEX triplet: 35, 3B and 4D. RGB value is (53,59,77). Sum of RGB (Red+Green+Blue) = 53+59+77=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #353B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B4D is #CAC4B2. Grayscale: #3B3B3B. Windows color (decimal): -13288627 or 5061429. OLE color: 5061429.

HSL color Cylindrical-coordinate representation of color #353B4D: hue angle of 225º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #353B4D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 59 77 -
CMYK 0.31 0.23 0 0.70
HSL 225º 0.18% 0.25% -
HSV(B) 225º 0.31% 0.3% -
XYZ 4.37 4.42 7.64 -
YUV 59.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 53 59 77 0.31 0.23 0 0.70 225 0.18 0.25
Hex 35 3B 4D 1F 17 0 46 E1 12 19
Octal 65 73 115 37 27 0 106 341 22 31
Binary 110101 111011 1001101 11111 10111 0 1000110 11100001 10010 11001

Color Harmonies of #353B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B4D

Black with #353B4D

Text Example


Text Example

White with #353B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,77); }

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

background-color css

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

 a { background-color: rgb(53,59,77); }

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

border-color css

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

 span { border-color: rgb(53,59,77); }

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