Html Css Color HEX #354EDE Free Speech Blue

📋 copy color: '#354EDE'

red 53 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Blue #354EDE

Tints of Free Speech Blue #354EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 15.01%
G = 22.1%
B = 62.89%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#354EDE (or 0x354EDE) is known color: Free Speech Blue. HEX triplet: 35, 4E and DE. RGB value is (53,78,222). Sum of RGB (Red+Green+Blue) = 53+78+222=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #354EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EDE is #CAB121. Grayscale: #565656. Windows color (decimal): -13283618 or 14569013. OLE color: 14569013.

HSL color Cylindrical-coordinate representation of color #354EDE: hue angle of 231.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354EDE is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 78 222 -
CMYK 0.76 0.65 0 0.13
HSL 231.12º 0.72% 0.54% -
HSV(B) 231.12º 0.76% 0.87% -
XYZ 17.38 11.48 70.41 -
YUV 86.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 53 78 222 0.76 0.65 0 0.13 231.12 0.72 0.54
Hex 35 4E DE 4C 41 0 D E7 48 36
Octal 65 116 336 114 101 0 15 347 110 66
Binary 110101 1001110 11011110 1001100 1000001 0 1101 11100111 1001000 110110

Color Harmonies of #354EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EDE

Black with #354EDE

Text Example


Text Example

White with #354EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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