#414ECA

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

Shades of Free Speech Blue #414ECA

Tints of Free Speech Blue #414ECA

Color information

#414ECA (or 0x414ECA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4E and CA. RGB value is (65,78,202). Sum of RGB (Red+Green+Blue) = 65+78+202=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #414ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414ECA is #BEB135. Grayscale: #575757. Windows color (decimal): -12497206 or 13258305. OLE color: 13258305.

HSL color Cylindrical-coordinate representation of color #414ECA: hue angle of 234.31º 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 #414ECA is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6578202-
CMYK0.680.6100.21
HSL234.31º56.38%52.35%-
HSV(B)234.31º67.82%79.22%-
XYZ15.5710.8457.15-
YUV88.25192.19111.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=18.84%
G=22.61%
B=58.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65782020.680.6100.21234.3156.3852.35
Hex414ECA443D015ea3834
Octal101116312104750253527064
Binary1000001100111011001010100010011110101010111101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414ECA; }

 p { color: rgb(65,78,202); }

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

<style>
 a { background-color: #414ECA; }

 a { background-color: rgb(65,78,202); }

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

<style>
 span { border-color: #414ECA; }

 span { border-color: rgb(65,78,202); }

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