Html Css Color HEX #353EC9 Free Speech Blue

📋 copy color: '#353EC9'

red 53 ◦ green 62 ◦ blue 201

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

Shades of Free Speech Blue #353EC9

Tints of Free Speech Blue #353EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 16.77%
G = 19.62%
B = 63.61%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#353EC9 (or 0x353EC9) is known color: Free Speech Blue. HEX triplet: 35, 3E and C9. RGB value is (53,62,201). Sum of RGB (Red+Green+Blue) = 53+62+201=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #353EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EC9 is #CAC136. Grayscale: #4A4A4A. Windows color (decimal): -13287735 or 13188661. OLE color: 13188661.

HSL color Cylindrical-coordinate representation of color #353EC9: hue angle of 236.35º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353EC9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 62 201 -
CMYK 0.74 0.69 0 0.21
HSL 236.35º 0.58% 0.5% -
HSV(B) 236.35º 0.74% 0.79% -
XYZ 13.73 8.42 56.16 -
YUV 75.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 53 62 201 0.74 0.69 0 0.21 236.35 0.58 0.5
Hex 35 3E C9 4A 45 0 15 EC 3A 32
Octal 65 76 311 112 105 0 25 354 72 62
Binary 110101 111110 11001001 1001010 1000101 0 10101 11101100 111010 110010

Color Harmonies of #353EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EC9

Black with #353EC9

Text Example


Text Example

White with #353EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,201); }

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

background-color css

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

 a { background-color: rgb(53,62,201); }

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

border-color css

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

 span { border-color: rgb(53,62,201); }

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