Html Css Color HEX #353AD6 Free Speech Blue

📋 copy color: '#353AD6'

red 53 ◦ green 58 ◦ blue 214

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

Shades of Free Speech Blue #353AD6

Tints of Free Speech Blue #353AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.85%

R = 16.31%
G = 17.85%
B = 65.85%

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

#353AD6 (or 0x353AD6) is known color: Free Speech Blue. HEX triplet: 35, 3A and D6. RGB value is (53,58,214). Sum of RGB (Red+Green+Blue) = 53+58+214=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #353AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AD6 is #CAC529. Grayscale: #494949. Windows color (decimal): -13288746 or 14039605. OLE color: 14039605.

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

Color convert

RGB 53 58 214 -
CMYK 0.75 0.73 0 0.16
HSL 238.14º 0.66% 0.52% -
HSV(B) 238.14º 0.75% 0.84% -
XYZ 15.12 8.64 64.49 -
YUV 74.29 206.84 112.82 -
System Red Green Blue C M Y K H S L
Decimal 53 58 214 0.75 0.73 0 0.16 238.14 0.66 0.52
Hex 35 3A D6 4B 49 0 10 EE 42 34
Octal 65 72 326 113 111 0 20 356 102 64
Binary 110101 111010 11010110 1001011 1001001 0 10000 11101110 1000010 110100

Color Harmonies of #353AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AD6

Black with #353AD6

Text Example


Text Example

White with #353AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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