Html Css Color HEX #354BDE Free Speech Blue

📋 copy color: '#354BDE'

red 53 ◦ green 75 ◦ blue 222

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

Shades of Free Speech Blue #354BDE

Tints of Free Speech Blue #354BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

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

R = 15.14%
G = 21.43%
B = 63.43%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#354BDE (or 0x354BDE) is known color: Free Speech Blue. HEX triplet: 35, 4B and DE. RGB value is (53,75,222). Sum of RGB (Red+Green+Blue) = 53+75+222=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #354BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BDE is #CAB421. Grayscale: #545454. Windows color (decimal): -13284386 or 14568245. OLE color: 14568245.

HSL color Cylindrical-coordinate representation of color #354BDE: hue angle of 232.19º 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 #354BDE is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 75 222 -
CMYK 0.76 0.66 0 0.13
HSL 232.19º 0.72% 0.54% -
HSV(B) 232.19º 0.76% 0.87% -
XYZ 17.17 11.06 70.34 -
YUV 85.18 205.21 105.05 -
System Red Green Blue C M Y K H S L
Decimal 53 75 222 0.76 0.66 0 0.13 232.19 0.72 0.54
Hex 35 4B DE 4C 42 0 D E8 48 36
Octal 65 113 336 114 102 0 15 350 110 66
Binary 110101 1001011 11011110 1001100 1000010 0 1101 11101000 1001000 110110

Color Harmonies of #354BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354BDE

Black with #354BDE

Text Example


Text Example

White with #354BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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