Html Css Color HEX #353C4B Cloud Burst

📋 copy color: '#353C4B'

red 53 ◦ green 60 ◦ blue 75

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

Shades of Cloud Burst #353C4B

Tints of Cloud Burst #353C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 28.19%
G = 31.91%
B = 39.89%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#353C4B (or 0x353C4B) is known color: Cloud Burst. HEX triplet: 35, 3C and 4B. RGB value is (53,60,75). Sum of RGB (Red+Green+Blue) = 53+60+75=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #353C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C4B is #CAC3B4. Grayscale: #3B3B3B. Windows color (decimal): -13288373 or 4930613. OLE color: 4930613.

HSL color Cylindrical-coordinate representation of color #353C4B: hue angle of 220.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #353C4B is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 60 75 -
CMYK 0.29 0.20 0 0.71
HSL 220.91º 0.17% 0.25% -
HSV(B) 220.91º 0.29% 0.29% -
XYZ 4.35 4.5 7.3 -
YUV 59.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 53 60 75 0.29 0.20 0 0.71 220.91 0.17 0.25
Hex 35 3C 4B 1D 14 0 47 DD 11 19
Octal 65 74 113 35 24 0 107 335 21 31
Binary 110101 111100 1001011 11101 10100 0 1000111 11011101 10001 11001

Color Harmonies of #353C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C4B

Black with #353C4B

Text Example


Text Example

White with #353C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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