Html Css Color HEX #354ACD Free Speech Blue

📋 copy color: '#354ACD'

red 53 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #354ACD

Tints of Free Speech Blue #354ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

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

R = 15.96%
G = 22.29%
B = 61.75%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#354ACD (or 0x354ACD) is known color: Free Speech Blue. HEX triplet: 35, 4A and CD. RGB value is (53,74,205). Sum of RGB (Red+Green+Blue) = 53+74+205=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #354ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ACD is #CAB532. Grayscale: #525252. Windows color (decimal): -13284659 or 13453877. OLE color: 13453877.

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

Color convert

RGB 53 74 205 -
CMYK 0.74 0.64 0 0.20
HSL 231.71º 0.6% 0.51% -
HSV(B) 231.71º 0.74% 0.8% -
XYZ 14.94 10.06 58.91 -
YUV 82.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 53 74 205 0.74 0.64 0 0.20 231.71 0.6 0.51
Hex 35 4A CD 4A 40 0 14 E8 3C 33
Octal 65 112 315 112 100 0 24 350 74 63
Binary 110101 1001010 11001101 1001010 1000000 0 10100 11101000 111100 110011

Color Harmonies of #354ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354ACD

Black with #354ACD

Text Example


Text Example

White with #354ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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