Html Css Color HEX #353ADA Free Speech Blue

📋 copy color: '#353ADA'

red 53 ◦ green 58 ◦ blue 218

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

Shades of Free Speech Blue #353ADA

Tints of Free Speech Blue #353ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 16.11%
G = 17.63%
B = 66.26%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#353ADA (or 0x353ADA) is known color: Free Speech Blue. HEX triplet: 35, 3A and DA. RGB value is (53,58,218). Sum of RGB (Red+Green+Blue) = 53+58+218=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #353ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ADA is #CAC525. Grayscale: #4A4A4A. Windows color (decimal): -13288742 or 14301749. OLE color: 14301749.

HSL color Cylindrical-coordinate representation of color #353ADA: hue angle of 238.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353ADA is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 58 218 -
CMYK 0.76 0.73 0 0.15
HSL 238.18º 0.69% 0.53% -
HSV(B) 238.18º 0.76% 0.85% -
XYZ 15.64 8.84 67.21 -
YUV 74.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 53 58 218 0.76 0.73 0 0.15 238.18 0.69 0.53
Hex 35 3A DA 4C 49 0 F EE 45 35
Octal 65 72 332 114 111 0 17 356 105 65
Binary 110101 111010 11011010 1001100 1001001 0 1111 11101110 1000101 110101

Color Harmonies of #353ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ADA

Black with #353ADA

Text Example


Text Example

White with #353ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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