#415CC5

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

Shades of Free Speech Blue #415CC5

Tints of Free Speech Blue #415CC5

Color information

#415CC5 (or 0x415CC5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and C5. RGB value is (65,92,197). Sum of RGB (Red+Green+Blue) = 65+92+197=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #415CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CC5 is #BEA33A. Grayscale: #5F5F5F. Windows color (decimal): -12493627 or 12934209. OLE color: 12934209.

HSL color Cylindrical-coordinate representation of color #415CC5: hue angle of 227.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #415CC5 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6592197-
CMYK0.670.5300.23
HSL227.73º53.23%51.37%-
HSV(B)227.73º67.01%77.25%-
XYZ16.0912.8154.45-
YUV95.9185.05105.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=18.36%
G=25.99%
B=55.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal65921970.670.5300.23227.7353.2351.37
Hex415CC54335017e43533
Octal101134305103650273446563
Binary1000001101110011000101100001111010101011111100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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