Html Css Color HEX #353A4D Cloud Burst

📋 copy color: '#353A4D'

red 53 ◦ green 58 ◦ blue 77

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

Shades of Cloud Burst #353A4D

Tints of Cloud Burst #353A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

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

R = 28.19%
G = 30.85%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#353A4D (or 0x353A4D) is known color: Cloud Burst. HEX triplet: 35, 3A and 4D. RGB value is (53,58,77). Sum of RGB (Red+Green+Blue) = 53+58+77=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #353A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A4D is #CAC5B2. Grayscale: #3A3A3A. Windows color (decimal): -13288883 or 5061173. OLE color: 5061173.

HSL color Cylindrical-coordinate representation of color #353A4D: hue angle of 227.5º 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 #353A4D is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 58 77 -
CMYK 0.31 0.25 0 0.70
HSL 227.5º 0.18% 0.25% -
HSV(B) 227.5º 0.31% 0.3% -
XYZ 4.32 4.32 7.63 -
YUV 58.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 53 58 77 0.31 0.25 0 0.70 227.5 0.18 0.25
Hex 35 3A 4D 1F 19 0 46 E4 12 19
Octal 65 72 115 37 31 0 106 344 22 31
Binary 110101 111010 1001101 11111 11001 0 1000110 11100100 10010 11001

Color Harmonies of #353A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A4D

Black with #353A4D

Text Example


Text Example

White with #353A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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