#415BC8

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

Shades of Free Speech Blue #415BC8

Tints of Free Speech Blue #415BC8

Color information

#415BC8 (or 0x415BC8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5B and C8. RGB value is (65,91,200). Sum of RGB (Red+Green+Blue) = 65+91+200=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #415BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BC8 is #BEA437. Grayscale: #5F5F5F. Windows color (decimal): -12493880 or 13130561. OLE color: 13130561.

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

Color convert

RGB6591200-
CMYK0.680.5400.22
HSL228.44º55.1%51.96%-
HSV(B)228.44º67.5%78.43%-
XYZ16.3512.7856.25-
YUV95.65186.89106.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.26%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 200 (78.52% from 255) = 56.18%
R=18.26%
G=25.56%
B=56.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65912000.680.5400.22228.4455.151.96
Hex415BC84436016e43734
Octal101133310104660263446764
Binary1000001101101111001000100010011011001011011100100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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