Html Css Color HEX #353FCD Free Speech Blue

📋 copy color: '#353FCD'

red 53 ◦ green 63 ◦ blue 205

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

Shades of Free Speech Blue #353FCD

Tints of Free Speech Blue #353FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 16.51%
G = 19.63%
B = 63.86%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#353FCD (or 0x353FCD) is known color: Free Speech Blue. HEX triplet: 35, 3F and CD. RGB value is (53,63,205). Sum of RGB (Red+Green+Blue) = 53+63+205=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #353FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FCD is #CAC032. Grayscale: #4B4B4B. Windows color (decimal): -13287475 or 13451061. OLE color: 13451061.

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

Color convert

RGB 53 63 205 -
CMYK 0.74 0.69 0 0.20
HSL 236.05º 0.6% 0.51% -
HSV(B) 236.05º 0.74% 0.8% -
XYZ 14.27 8.72 58.69 -
YUV 76.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 53 63 205 0.74 0.69 0 0.20 236.05 0.6 0.51
Hex 35 3F CD 4A 45 0 14 EC 3C 33
Octal 65 77 315 112 105 0 24 354 74 63
Binary 110101 111111 11001101 1001010 1000101 0 10100 11101100 111100 110011

Color Harmonies of #353FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FCD

Black with #353FCD

Text Example


Text Example

White with #353FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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