Html Css Color HEX #353EC3 Free Speech Blue

📋 copy color: '#353EC3'

red 53 ◦ green 62 ◦ blue 195

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

Shades of Free Speech Blue #353EC3

Tints of Free Speech Blue #353EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.9%

R = 17.1%
G = 20%
B = 62.9%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#353EC3 (or 0x353EC3) is known color: Free Speech Blue. HEX triplet: 35, 3E and C3. RGB value is (53,62,195). Sum of RGB (Red+Green+Blue) = 53+62+195=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #353EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EC3 is #CAC13C. Grayscale: #494949. Windows color (decimal): -13287741 or 12795445. OLE color: 12795445.

HSL color Cylindrical-coordinate representation of color #353EC3: hue angle of 236.2º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353EC3 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 62 195 -
CMYK 0.73 0.68 0 0.24
HSL 236.2º 0.57% 0.49% -
HSV(B) 236.2º 0.73% 0.76% -
XYZ 13.04 8.14 52.51 -
YUV 74.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 53 62 195 0.73 0.68 0 0.24 236.2 0.57 0.49
Hex 35 3E C3 49 44 0 18 EC 39 31
Octal 65 76 303 111 104 0 30 354 71 61
Binary 110101 111110 11000011 1001001 1000100 0 11000 11101100 111001 110001

Color Harmonies of #353EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EC3

Black with #353EC3

Text Example


Text Example

White with #353EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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