Html Css Color HEX #354FCD Free Speech Blue

📋 copy color: '#354FCD'

red 53 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Blue #354FCD

Tints of Free Speech Blue #354FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 15.73%
G = 23.44%
B = 60.83%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#354FCD (or 0x354FCD) is known color: Free Speech Blue. HEX triplet: 35, 4F and CD. RGB value is (53,79,205). Sum of RGB (Red+Green+Blue) = 53+79+205=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #354FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FCD is #CAB032. Grayscale: #555555. Windows color (decimal): -13283379 or 13455157. OLE color: 13455157.

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

Color convert

RGB 53 79 205 -
CMYK 0.74 0.61 0 0.20
HSL 229.74º 0.6% 0.51% -
HSV(B) 229.74º 0.74% 0.8% -
XYZ 15.28 10.76 59.03 -
YUV 85.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 53 79 205 0.74 0.61 0 0.20 229.74 0.6 0.51
Hex 35 4F CD 4A 3D 0 14 E6 3C 33
Octal 65 117 315 112 75 0 24 346 74 63
Binary 110101 1001111 11001101 1001010 111101 0 10100 11100110 111100 110011

Color Harmonies of #354FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FCD

Black with #354FCD

Text Example


Text Example

White with #354FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,205); }

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

background-color css

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

 a { background-color: rgb(53,79,205); }

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

border-color css

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

 span { border-color: rgb(53,79,205); }

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