#4031CA

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

Shades of Free Speech Blue #4031CA

Tints of Free Speech Blue #4031CA

Color information

#4031CA (or 0x4031CA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 31 and CA. RGB value is (64,49,202). Sum of RGB (Red+Green+Blue) = 64+49+202=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #4031CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031CA is #BFCE35. Grayscale: #464646. Windows color (decimal): -12570166 or 13250880. OLE color: 13250880.

HSL color Cylindrical-coordinate representation of color #4031CA: hue angle of 245.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4031CA is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6449202-
CMYK0.680.7600.21
HSL245.88º60.96%49.22%-
HSV(B)245.88º75.74%79.22%-
XYZ13.877.5556.6-
YUV70.93201.97123.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=20.32%
G=15.56%
B=64.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64492020.680.7600.21245.8860.9649.22
Hex4031CA444C015f63d31
Octal100613121041140253667561
Binary1000000110001110010101000100100110001010111110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4031CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4031CA; }

 p { color: rgb(64,49,202); }

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

<style>
 a { background-color: #4031CA; }

 a { background-color: rgb(64,49,202); }

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

<style>
 span { border-color: #4031CA; }

 span { border-color: rgb(64,49,202); }

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