#415DC1

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

Shades of Free Speech Blue #415DC1

Tints of Free Speech Blue #415DC1

Color information

#415DC1 (or 0x415DC1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5D and C1. RGB value is (65,93,193). Sum of RGB (Red+Green+Blue) = 65+93+193=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #415DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DC1 is #BEA23E. Grayscale: #5F5F5F. Windows color (decimal): -12493375 or 12672321. OLE color: 12672321.

HSL color Cylindrical-coordinate representation of color #415DC1: hue angle of 226.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415DC1 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6593193-
CMYK0.660.5200.24
HSL226.88º50.79%50.59%-
HSV(B)226.88º66.32%75.69%-
XYZ15.7212.852.09-
YUV96.03182.72105.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=18.52%
G=26.50%
B=54.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65931930.660.5200.24226.8850.7950.59
Hex415DC14234018e33333
Octal101135301102640303436363
Binary1000001101110111000001100001011010001100011100011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,93,193); }

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

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

 a { background-color: rgb(65,93,193); }

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

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

 span { border-color: rgb(65,93,193); }

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