#4035C5

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

Shades of Free Speech Blue #4035C5

Tints of Free Speech Blue #4035C5

Color information

#4035C5 (or 0x4035C5) is unknown color: approx Free Speech Blue. HEX triplet: 40, 35 and C5. RGB value is (64,53,197). Sum of RGB (Red+Green+Blue) = 64+53+197=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 197 (77.34% from 255 or 62.74% from 314); Max value from RGB is 197 - color contains mainly: blue. Hex color #4035C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4035C5 is #BFCA3A. Grayscale: #484848. Windows color (decimal): -12569147 or 12924224. OLE color: 12924224.

HSL color Cylindrical-coordinate representation of color #4035C5: hue angle of 244.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4035C5 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6453197-
CMYK0.680.7300.23
HSL244.58º57.6%49.02%-
HSV(B)244.58º73.1%77.25%-
XYZ13.477.6753.59-
YUV72.7198.14121.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 197 (77.34% from 255) = 62.74%
R=20.38%
G=16.88%
B=62.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64531970.680.7300.23244.5857.649.02
Hex4035C54449017f53a31
Octal100653051041110273657261
Binary1000000110101110001011000100100100101011111110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4035C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4035C5; }

 p { color: rgb(64,53,197); }

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

<style>
 a { background-color: #4035C5; }

 a { background-color: rgb(64,53,197); }

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

<style>
 span { border-color: #4035C5; }

 span { border-color: rgb(64,53,197); }

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