Html Css Color HEX #354ECC Free Speech Blue

📋 copy color: '#354ECC'

red 53 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Blue #354ECC

Tints of Free Speech Blue #354ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 15.82%
G = 23.28%
B = 60.9%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#354ECC (or 0x354ECC) is known color: Free Speech Blue. HEX triplet: 35, 4E and CC. RGB value is (53,78,204). Sum of RGB (Red+Green+Blue) = 53+78+204=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #354ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECC is #CAB133. Grayscale: #545454. Windows color (decimal): -13283636 or 13389365. OLE color: 13389365.

HSL color Cylindrical-coordinate representation of color #354ECC: hue angle of 230.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ECC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 78 204 -
CMYK 0.74 0.62 0 0.2
HSL 230.07º 0.6% 0.5% -
HSV(B) 230.07º 0.74% 0.8% -
XYZ 15.09 10.57 58.37 -
YUV 84.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 53 78 204 0.74 0.62 0 0.2 230.07 0.6 0.5
Hex 35 4E CC 4A 3E 0 14 E6 3C 32
Octal 65 116 314 112 76 0 24 346 74 62
Binary 110101 1001110 11001100 1001010 111110 0 10100 11100110 111100 110010

Color Harmonies of #354ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354ECC

Black with #354ECC

Text Example


Text Example

White with #354ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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