#415CBE

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

Shades of Free Speech Blue #415CBE

Tints of Free Speech Blue #415CBE

Color information

#415CBE (or 0x415CBE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and BE. RGB value is (65,92,190). Sum of RGB (Red+Green+Blue) = 65+92+190=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #415CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CBE is #BEA341. Grayscale: #5E5E5E. Windows color (decimal): -12493634 or 12475457. OLE color: 12475457.

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

Color convert

RGB6592190-
CMYK0.660.5200.25
HSL227.04º49.02%50%-
HSV(B)227.04º65.79%74.51%-
XYZ15.312.550.32-
YUV95.1181.55106.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=18.73%
G=26.51%
B=54.76%

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
Decimal65921900.660.5200.25227.0449.0250
Hex415CBE4234019e33132
Octal101134276102640313436162
Binary1000001101110010111110100001011010001100111100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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