Html Css Color HEX #353C4F Cloud Burst

📋 copy color: '#353C4F'

red 53 ◦ green 60 ◦ blue 79

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

Shades of Cloud Burst #353C4F

Tints of Cloud Burst #353C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.25%

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 27.6%
G = 31.25%
B = 41.15%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#353C4F (or 0x353C4F) is known color: Cloud Burst. HEX triplet: 35, 3C and 4F. RGB value is (53,60,79). Sum of RGB (Red+Green+Blue) = 53+60+79=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #353C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C4F is #CAC3B0. Grayscale: #3B3B3B. Windows color (decimal): -13288369 or 5192757. OLE color: 5192757.

HSL color Cylindrical-coordinate representation of color #353C4F: hue angle of 223.85º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353C4F is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 60 79 -
CMYK 0.33 0.24 0 0.69
HSL 223.85º 0.2% 0.26% -
HSV(B) 223.85º 0.33% 0.31% -
XYZ 4.5 4.55 8.04 -
YUV 60.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 53 60 79 0.33 0.24 0 0.69 223.85 0.2 0.26
Hex 35 3C 4F 21 18 0 45 E0 14 1A
Octal 65 74 117 41 30 0 105 340 24 32
Binary 110101 111100 1001111 100001 11000 0 1000101 11100000 10100 11010

Color Harmonies of #353C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C4F

Black with #353C4F

Text Example


Text Example

White with #353C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,60,79); }

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

background-color css

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

 a { background-color: rgb(53,60,79); }

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

border-color css

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

 span { border-color: rgb(53,60,79); }

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