#415CC9

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

Shades of Free Speech Blue #415CC9

Tints of Free Speech Blue #415CC9

Color information

#415CC9 (or 0x415CC9) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and C9. RGB value is (65,92,201). Sum of RGB (Red+Green+Blue) = 65+92+201=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #415CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CC9 is #BEA336. Grayscale: #5F5F5F. Windows color (decimal): -12493623 or 13196353. OLE color: 13196353.

HSL color Cylindrical-coordinate representation of color #415CC9: hue angle of 228.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415CC9 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6592201-
CMYK0.680.5400.21
HSL228.09º55.74%52.16%-
HSV(B)228.09º67.66%78.82%-
XYZ16.551356.89-
YUV96.35187.05105.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 201 (78.91% from 255) = 56.15%
R=18.16%
G=25.70%
B=56.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65922010.680.5400.21228.0955.7452.16
Hex415CC94436015e43834
Octal101134311104660253447064
Binary1000001101110011001001100010011011001010111100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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