#413BBD

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

Shades of Free Speech Blue #413BBD

Tints of Free Speech Blue #413BBD

Color information

#413BBD (or 0x413BBD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3B and BD. RGB value is (65,59,189). Sum of RGB (Red+Green+Blue) = 65+59+189=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #413BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BBD is #BEC442. Grayscale: #4B4B4B. Windows color (decimal): -12502083 or 12401473. OLE color: 12401473.

HSL color Cylindrical-coordinate representation of color #413BBD: hue angle of 242.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413BBD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6559189-
CMYK0.660.6900.26
HSL242.77º52.42%48.63%-
HSV(B)242.77º68.78%74.12%-
XYZ12.937.9348.99-
YUV75.61191.99120.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=20.77%
G=18.85%
B=60.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65591890.660.6900.26242.7752.4248.63
Hex413BBD424501Af33431
Octal101732751021050323636461
Binary1000001111011101111011000010100010101101011110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,189); }

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

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

 a { background-color: rgb(65,59,189); }

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

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

 span { border-color: rgb(65,59,189); }

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