Html Css Color HEX #353D52 Cloud Burst

📋 copy color: '#353D52'

red 53 ◦ green 61 ◦ blue 82

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

Shades of Cloud Burst #353D52

Tints of Cloud Burst #353D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.12%

 BLUE value IS 82 (32.42% from 255) = 41.84%

R = 27.04%
G = 31.12%
B = 41.84%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353D52 (or 0x353D52) is known color: Cloud Burst. HEX triplet: 35, 3D and 52. RGB value is (53,61,82). Sum of RGB (Red+Green+Blue) = 53+61+82=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #353D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D52 is #CAC2AD. Grayscale: #3C3C3C. Windows color (decimal): -13288110 or 5389621. OLE color: 5389621.

HSL color Cylindrical-coordinate representation of color #353D52: hue angle of 223.45º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353D52 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 61 82 -
CMYK 0.35 0.26 0 0.68
HSL 223.45º 0.21% 0.26% -
HSV(B) 223.45º 0.35% 0.32% -
XYZ 4.66 4.7 8.64 -
YUV 61 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 53 61 82 0.35 0.26 0 0.68 223.45 0.21 0.26
Hex 35 3D 52 23 1A 0 44 DF 15 1A
Octal 65 75 122 43 32 0 104 337 25 32
Binary 110101 111101 1010010 100011 11010 0 1000100 11011111 10101 11010

Color Harmonies of #353D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D52

Black with #353D52

Text Example


Text Example

White with #353D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,82); }

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

background-color css

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

 a { background-color: rgb(53,61,82); }

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

border-color css

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

 span { border-color: rgb(53,61,82); }

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