#415ABF

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

Shades of Free Speech Blue #415ABF

Tints of Free Speech Blue #415ABF

Color information

#415ABF (or 0x415ABF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5A and BF. RGB value is (65,90,191). Sum of RGB (Red+Green+Blue) = 65+90+191=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #415ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ABF is #BEA540. Grayscale: #5D5D5D. Windows color (decimal): -12494145 or 12540481. OLE color: 12540481.

HSL color Cylindrical-coordinate representation of color #415ABF: hue angle of 228.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415ABF is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6590191-
CMYK0.660.5300.25
HSL228.1º49.61%50.2%-
HSV(B)228.1º65.97%74.9%-
XYZ15.2412.250.84-
YUV94.04182.72107.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 191 (75% from 255) = 55.20%
R=18.79%
G=26.01%
B=55.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65901910.660.5300.25228.149.6150.2
Hex415ABF4235019e43232
Octal101132277102650313446262
Binary1000001101101010111111100001011010101100111100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,90,191); }

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

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

 a { background-color: rgb(65,90,191); }

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

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

 span { border-color: rgb(65,90,191); }

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