#413DCF

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

Shades of Free Speech Blue #413DCF

Tints of Free Speech Blue #413DCF

Color information

#413DCF (or 0x413DCF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3D and CF. RGB value is (65,61,207). Sum of RGB (Red+Green+Blue) = 65+61+207=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #413DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DCF is #BEC230. Grayscale: #4E4E4E. Windows color (decimal): -12501553 or 13581633. OLE color: 13581633.

HSL color Cylindrical-coordinate representation of color #413DCF: hue angle of 241.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413DCF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6561207-
CMYK0.690.7100.19
HSL241.64º60.33%52.55%-
HSV(B)241.64º70.53%81.18%-
XYZ15.118.9759.97-
YUV78.84200.33118.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=19.52%
G=18.32%
B=62.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65612070.690.7100.19241.6460.3352.55
Hex413DCF4547013f23c35
Octal101753171051070233627465
Binary1000001111101110011111000101100011101001111110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,207); }

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

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

 a { background-color: rgb(65,61,207); }

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

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

 span { border-color: rgb(65,61,207); }

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