Html Css Color HEX #354ECB Free Speech Blue

📋 copy color: '#354ECB'

red 53 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #354ECB

Tints of Free Speech Blue #354ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 15.87%
G = 23.35%
B = 60.78%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#354ECB (or 0x354ECB) is known color: Free Speech Blue. HEX triplet: 35, 4E and CB. RGB value is (53,78,203). Sum of RGB (Red+Green+Blue) = 53+78+203=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #354ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354ECB is #CAB134. Grayscale: #545454. Windows color (decimal): -13283637 or 13323829. OLE color: 13323829.

HSL color Cylindrical-coordinate representation of color #354ECB: hue angle of 230º degrees, saturation: 0.59, 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 #354ECB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 78 203 -
CMYK 0.74 0.62 0 0.20
HSL 230º 0.59% 0.5% -
HSV(B) 230º 0.74% 0.8% -
XYZ 14.97 10.52 57.74 -
YUV 84.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 53 78 203 0.74 0.62 0 0.20 230 0.59 0.5
Hex 35 4E CB 4A 3E 0 14 E6 3B 32
Octal 65 116 313 112 76 0 24 346 73 62
Binary 110101 1001110 11001011 1001010 111110 0 10100 11100110 111011 110010

Color Harmonies of #354ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354ECB

Black with #354ECB

Text Example


Text Example

White with #354ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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