Html Css Color HEX #354CCD Free Speech Blue

📋 copy color: '#354CCD'

red 53 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #354CCD

Tints of Free Speech Blue #354CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 15.87%
G = 22.75%
B = 61.38%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#354CCD (or 0x354CCD) is known color: Free Speech Blue. HEX triplet: 35, 4C and CD. RGB value is (53,76,205). Sum of RGB (Red+Green+Blue) = 53+76+205=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #354CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CCD is #CAB332. Grayscale: #535353. Windows color (decimal): -13284147 or 13454389. OLE color: 13454389.

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

Color convert

RGB 53 76 205 -
CMYK 0.74 0.63 0 0.20
HSL 230.92º 0.6% 0.51% -
HSV(B) 230.92º 0.74% 0.8% -
XYZ 15.07 10.33 58.96 -
YUV 83.83 196.38 106.01 -
System Red Green Blue C M Y K H S L
Decimal 53 76 205 0.74 0.63 0 0.20 230.92 0.6 0.51
Hex 35 4C CD 4A 3F 0 14 E7 3C 33
Octal 65 114 315 112 77 0 24 347 74 63
Binary 110101 1001100 11001101 1001010 111111 0 10100 11100111 111100 110011

Color Harmonies of #354CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CCD

Black with #354CCD

Text Example


Text Example

White with #354CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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