#416DC3

Color #416DC3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #416DC3

Tints of Free Speech Blue #416DC3

Color information

#416DC3 (or 0x416DC3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6D and C3. RGB value is (65,109,195). Sum of RGB (Red+Green+Blue) = 65+109+195=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #416DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DC3 is #BE923C. Grayscale: #696969. Windows color (decimal): -12489277 or 12807489. OLE color: 12807489.

HSL color Cylindrical-coordinate representation of color #416DC3: hue angle of 219.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416DC3 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65109195-
CMYK0.670.4400.24
HSL219.69º52%50.98%-
HSV(B)219.69º66.67%76.47%-
XYZ17.51653.8-
YUV105.65178.4299.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 195 (76.56% from 255) = 52.85%
R=17.62%
G=29.54%
B=52.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651091950.670.4400.24219.695250.98
Hex416DC3432C018dc3433
Octal101155303103540303346463
Binary1000001110110111000011100001110110001100011011100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416DC3; }

 p { color: rgb(65,109,195); }

 H1.HeaderClassName
 {
   color: #416DC3;
 }
 .AnyTagClassName
 {
   color: #416DC3;
 }
</style>
background-color css

<style>
 a { background-color: #416DC3; }

 a { background-color: rgb(65,109,195); }

 div.DivClassName
 {
   background-color: #416DC3;
 }
 .BgClassName
 {
   background-color: #416DC3;
 }
</style>
border-color css

<style>
 span { border-color: #416DC3; }

 span { border-color: rgb(65,109,195); }

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