Html Css Color HEX #354EC8 Free Speech Blue

📋 copy color: '#354EC8'

red 53 ◦ green 78 ◦ blue 200

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

Shades of Free Speech Blue #354EC8

Tints of Free Speech Blue #354EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.42%

R = 16.01%
G = 23.56%
B = 60.42%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#354EC8 (or 0x354EC8) is known color: Free Speech Blue. HEX triplet: 35, 4E and C8. RGB value is (53,78,200). Sum of RGB (Red+Green+Blue) = 53+78+200=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #354EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EC8 is #CAB137. Grayscale: #535353. Windows color (decimal): -13283640 or 13127221. OLE color: 13127221.

HSL color Cylindrical-coordinate representation of color #354EC8: hue angle of 229.8º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354EC8 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 78 200 -
CMYK 0.74 0.61 0 0.22
HSL 229.8º 0.58% 0.5% -
HSV(B) 229.8º 0.74% 0.78% -
XYZ 14.62 10.38 55.88 -
YUV 84.43 193.22 105.58 -
System Red Green Blue C M Y K H S L
Decimal 53 78 200 0.74 0.61 0 0.22 229.8 0.58 0.5
Hex 35 4E C8 4A 3D 0 16 E6 3A 32
Octal 65 116 310 112 75 0 26 346 72 62
Binary 110101 1001110 11001000 1001010 111101 0 10110 11100110 111010 110010

Color Harmonies of #354EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EC8

Black with #354EC8

Text Example


Text Example

White with #354EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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