Html Css Color HEX #354EC3 Free Speech Blue

📋 copy color: '#354EC3'

red 53 ◦ green 78 ◦ blue 195

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

Shades of Free Speech Blue #354EC3

Tints of Free Speech Blue #354EC3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

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

R = 16.26%
G = 23.93%
B = 59.82%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#354EC3 (or 0x354EC3) is known color: Free Speech Blue. HEX triplet: 35, 4E and C3. RGB value is (53,78,195). Sum of RGB (Red+Green+Blue) = 53+78+195=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #354EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EC3 is #CAB13C. Grayscale: #535353. Windows color (decimal): -13283645 or 12799541. OLE color: 12799541.

HSL color Cylindrical-coordinate representation of color #354EC3: hue angle of 229.44º 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 #354EC3 is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 78 195 -
CMYK 0.73 0.6 0 0.24
HSL 229.44º 0.57% 0.49% -
HSV(B) 229.44º 0.73% 0.76% -
XYZ 14.04 10.15 52.85 -
YUV 83.86 190.72 105.99 -
System Red Green Blue C M Y K H S L
Decimal 53 78 195 0.73 0.6 0 0.24 229.44 0.57 0.49
Hex 35 4E C3 49 3C 0 18 E5 39 31
Octal 65 116 303 111 74 0 30 345 71 61
Binary 110101 1001110 11000011 1001001 111100 0 11000 11100101 111001 110001

Color Harmonies of #354EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EC3

Black with #354EC3

Text Example


Text Example

White with #354EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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