Html Css Color HEX #353ADE Free Speech Blue

📋 copy color: '#353ADE'

red 53 ◦ green 58 ◦ blue 222

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

Shades of Free Speech Blue #353ADE

Tints of Free Speech Blue #353ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 15.92%
G = 17.42%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#353ADE (or 0x353ADE) is known color: Free Speech Blue. HEX triplet: 35, 3A and DE. RGB value is (53,58,222). Sum of RGB (Red+Green+Blue) = 53+58+222=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #353ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ADE is #CAC521. Grayscale: #4A4A4A. Windows color (decimal): -13288738 or 14563893. OLE color: 14563893.

HSL color Cylindrical-coordinate representation of color #353ADE: hue angle of 238.22º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353ADE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 58 222 -
CMYK 0.76 0.74 0 0.13
HSL 238.22º 0.72% 0.54% -
HSV(B) 238.22º 0.76% 0.87% -
XYZ 16.17 9.06 70 -
YUV 75.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 53 58 222 0.76 0.74 0 0.13 238.22 0.72 0.54
Hex 35 3A DE 4C 4A 0 D EE 48 36
Octal 65 72 336 114 112 0 15 356 110 66
Binary 110101 111010 11011110 1001100 1001010 0 1101 11101110 1001000 110110

Color Harmonies of #353ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ADE

Black with #353ADE

Text Example


Text Example

White with #353ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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