#415fc7

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

Shades of Free Speech Blue #415FC7

Tints of Free Speech Blue #415FC7

Color information

#415FC7 (or 0x415FC7) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5F and C7. RGB value is (65,95,199). Sum of RGB (Red+Green+Blue) = 65+95+199=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #415FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FC7 is #BEA038. Grayscale: #616161. Windows color (decimal): -12492857 or 13066049. OLE color: 13066049.

HSL color Cylindrical-coordinate representation of color #415FC7: hue angle of 226.57º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #415FC7 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6595199-
CMYK0.670.5200.22
HSL226.57º54.47%51.76%-
HSV(B)226.57º67.34%78.04%-
XYZ16.5813.4355.75-
YUV97.89185.06104.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.11%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 199 (78.12% from 255) = 55.43%
R=18.11%
G=26.46%
B=55.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65951990.670.5200.22226.5754.4751.76
Hex415FC74334016e33634
Octal101137307103640263436664
Binary1000001101111111000111100001111010001011011100011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,95,199); }

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

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

 a { background-color: rgb(65,95,199); }

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

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

 span { border-color: rgb(65,95,199); }

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