#415BD3

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

Shades of Free Speech Blue #415BD3

Tints of Free Speech Blue #415BD3

Color information

#415BD3 (or 0x415BD3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5B and D3. RGB value is (65,91,211). Sum of RGB (Red+Green+Blue) = 65+91+211=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 211 (82.81% from 255 or 57.49% from 367); Max value from RGB is 211 - color contains mainly: blue. Hex color #415BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BD3 is #BEA42C. Grayscale: #606060. Windows color (decimal): -12493869 or 13851457. OLE color: 13851457.

HSL color Cylindrical-coordinate representation of color #415BD3: hue angle of 229.32º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #415BD3 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6591211-
CMYK0.690.5700.17
HSL229.32º62.39%54.12%-
HSV(B)229.32º69.19%82.75%-
XYZ17.6813.3163.27-
YUV96.91192.39105.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 211 (82.81% from 255) = 57.49%
R=17.71%
G=24.80%
B=57.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65912110.690.5700.17229.3262.3954.12
Hex415BD34539011e53e36
Octal101133323105710213457666
Binary1000001101101111010011100010111100101000111100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415BD3; }

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

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

<style>
 a { background-color: #415BD3; }

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

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

<style>
 span { border-color: #415BD3; }

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

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