#415ACB

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

Shades of Free Speech Blue #415ACB

Tints of Free Speech Blue #415ACB

Color information

#415ACB (or 0x415ACB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5A and CB. RGB value is (65,90,203). Sum of RGB (Red+Green+Blue) = 65+90+203=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #415ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ACB is #BEA534. Grayscale: #5E5E5E. Windows color (decimal): -12494133 or 13326913. OLE color: 13326913.

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

Color convert

RGB6590203-
CMYK0.680.5600.20
HSL229.13º57.02%52.55%-
HSV(B)229.13º67.98%79.61%-
XYZ16.6212.7558.08-
YUV95.41188.72106.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=18.16%
G=25.14%
B=56.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65902030.680.5600.20229.1357.0252.55
Hex415ACB4438014e53935
Octal101132313104700243457165
Binary1000001101101011001011100010011100001010011100101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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