#415BBF

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

Shades of Free Speech Blue #415BBF

Tints of Free Speech Blue #415BBF

Color information

#415BBF (or 0x415BBF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5B and BF. RGB value is (65,91,191). Sum of RGB (Red+Green+Blue) = 65+91+191=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #415BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BBF is #BEA440. Grayscale: #5E5E5E. Windows color (decimal): -12493889 or 12540737. OLE color: 12540737.

HSL color Cylindrical-coordinate representation of color #415BBF: hue angle of 227.62º 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 #415BBF is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6591191-
CMYK0.660.5200.25
HSL227.62º49.61%50.2%-
HSV(B)227.62º65.97%74.9%-
XYZ15.3312.3750.87-
YUV94.63182.39106.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 191 (75% from 255) = 55.04%
R=18.73%
G=26.22%
B=55.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65911910.660.5200.25227.6249.6150.2
Hex415BBF4234019e43232
Octal101133277102640313446262
Binary1000001101101110111111100001011010001100111100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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