Html Css Color HEX #353AD7 Free Speech Blue

📋 copy color: '#353AD7'

red 53 ◦ green 58 ◦ blue 215

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

Shades of Free Speech Blue #353AD7

Tints of Free Speech Blue #353AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.95%

R = 16.26%
G = 17.79%
B = 65.95%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#353AD7 (or 0x353AD7) is known color: Free Speech Blue. HEX triplet: 35, 3A and D7. RGB value is (53,58,215). Sum of RGB (Red+Green+Blue) = 53+58+215=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #353AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AD7 is #CAC528. Grayscale: #494949. Windows color (decimal): -13288745 or 14105141. OLE color: 14105141.

HSL color Cylindrical-coordinate representation of color #353AD7: hue angle of 238.15º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353AD7 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 58 215 -
CMYK 0.75 0.73 0 0.16
HSL 238.15º 0.67% 0.53% -
HSV(B) 238.15º 0.75% 0.84% -
XYZ 15.25 8.69 65.16 -
YUV 74.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 53 58 215 0.75 0.73 0 0.16 238.15 0.67 0.53
Hex 35 3A D7 4B 49 0 10 EE 43 35
Octal 65 72 327 113 111 0 20 356 103 65
Binary 110101 111010 11010111 1001011 1001001 0 10000 11101110 1000011 110101

Color Harmonies of #353AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AD7

Black with #353AD7

Text Example


Text Example

White with #353AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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