#415ACE

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

Shades of Free Speech Blue #415ACE

Tints of Free Speech Blue #415ACE

Color information

#415ACE (or 0x415ACE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5A and CE. RGB value is (65,90,206). Sum of RGB (Red+Green+Blue) = 65+90+206=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #415ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ACE is #BEA531. Grayscale: #5F5F5F. Windows color (decimal): -12494130 or 13523521. OLE color: 13523521.

HSL color Cylindrical-coordinate representation of color #415ACE: hue angle of 229.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415ACE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6590206-
CMYK0.680.5600.19
HSL229.36º59%53.14%-
HSV(B)229.36º68.45%80.78%-
XYZ16.9812.8959.99-
YUV95.75190.22106.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=18.01%
G=24.93%
B=57.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65902060.680.5600.19229.365953.14
Hex415ACE4438013e53b35
Octal101132316104700233457365
Binary1000001101101011001110100010011100001001111100101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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