#415CBD

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

Shades of Free Speech Blue #415CBD

Tints of Free Speech Blue #415CBD

Color information

#415CBD (or 0x415CBD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and BD. RGB value is (65,92,189). Sum of RGB (Red+Green+Blue) = 65+92+189=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #415CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CBD is #BEA342. Grayscale: #5E5E5E. Windows color (decimal): -12493635 or 12409921. OLE color: 12409921.

HSL color Cylindrical-coordinate representation of color #415CBD: hue angle of 226.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415CBD is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6592189-
CMYK0.660.5100.26
HSL226.94º48.82%49.8%-
HSV(B)226.94º65.61%74.12%-
XYZ15.1912.4549.75-
YUV94.98181.05106.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=18.79%
G=26.59%
B=54.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65921890.660.5100.26226.9448.8249.8
Hex415CBD423301Ae33132
Octal101134275102630323436162
Binary1000001101110010111101100001011001101101011100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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