#415CBA

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

Shades of Free Speech Blue #415CBA

Tints of Free Speech Blue #415CBA

Color information

#415CBA (or 0x415CBA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and BA. RGB value is (65,92,186). Sum of RGB (Red+Green+Blue) = 65+92+186=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #415CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CBA is #BEA345. Grayscale: #5E5E5E. Windows color (decimal): -12493638 or 12213313. OLE color: 12213313.

HSL color Cylindrical-coordinate representation of color #415CBA: hue angle of 226.61º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #415CBA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6592186-
CMYK0.650.5100.27
HSL226.61º48.21%49.22%-
HSV(B)226.61º65.05%72.94%-
XYZ14.8712.3248.05-
YUV94.64179.55106.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=18.95%
G=26.82%
B=54.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65921860.650.5100.27226.6148.2149.22
Hex415CBA413301Be33031
Octal101134272101630333436061
Binary1000001101110010111010100000111001101101111100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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