#413CD3

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

Shades of Free Speech Blue #413CD3

Tints of Free Speech Blue #413CD3

Color information

#413CD3 (or 0x413CD3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3C and D3. RGB value is (65,60,211). Sum of RGB (Red+Green+Blue) = 65+60+211=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 211 (82.81% from 255 or 62.80% from 336); Max value from RGB is 211 - color contains mainly: blue. Hex color #413CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CD3 is #BEC32C. Grayscale: #4E4E4E. Windows color (decimal): -12501805 or 13843521. OLE color: 13843521.

HSL color Cylindrical-coordinate representation of color #413CD3: hue angle of 241.99º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413CD3 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6560211-
CMYK0.690.7200.17
HSL241.99º63.18%53.14%-
HSV(B)241.99º71.56%82.75%-
XYZ15.559.0662.56-
YUV78.71202.66118.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 60 (23.83% from 255) = 17.86%
BLUE value IS 211 (82.81% from 255) = 62.80%
R=19.35%
G=17.86%
B=62.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65602110.690.7200.17241.9963.1853.14
Hex413CD34548011f23f35
Octal101743231051100213627765
Binary1000001111100110100111000101100100001000111110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413CD3; }

 p { color: rgb(65,60,211); }

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

<style>
 a { background-color: #413CD3; }

 a { background-color: rgb(65,60,211); }

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

<style>
 span { border-color: #413CD3; }

 span { border-color: rgb(65,60,211); }

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