#415CD3

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

Shades of Free Speech Blue #415CD3

Tints of Free Speech Blue #415CD3

Color information

#415CD3 (or 0x415CD3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and D3. RGB value is (65,92,211). Sum of RGB (Red+Green+Blue) = 65+92+211=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 211 (82.81% from 255 or 57.34% from 368); Max value from RGB is 211 - color contains mainly: blue. Hex color #415CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CD3 is #BEA32C. Grayscale: #606060. Windows color (decimal): -12493613 or 13851713. OLE color: 13851713.

HSL color Cylindrical-coordinate representation of color #415CD3: hue angle of 228.9º 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 #415CD3 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6592211-
CMYK0.690.5600.17
HSL228.9º62.39%54.12%-
HSV(B)228.9º69.19%82.75%-
XYZ17.7613.4863.29-
YUV97.49192.05104.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.66%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 211 (82.81% from 255) = 57.34%
R=17.66%
G=25%
B=57.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65922110.690.5600.17228.962.3954.12
Hex415CD34538011e53e36
Octal101134323105700213457666
Binary1000001101110011010011100010111100001000111100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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