#4037CA

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

Shades of Free Speech Blue #4037CA

Tints of Free Speech Blue #4037CA

Color information

#4037CA (or 0x4037CA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 37 and CA. RGB value is (64,55,202). Sum of RGB (Red+Green+Blue) = 64+55+202=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #4037CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4037CA is #BFC835. Grayscale: #494949. Windows color (decimal): -12568630 or 13252416. OLE color: 13252416.

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

Color convert

RGB6455202-
CMYK0.680.7300.21
HSL243.67º58.1%50.39%-
HSV(B)243.67º72.77%79.22%-
XYZ14.148.0956.69-
YUV74.45199.98120.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=19.94%
G=17.13%
B=62.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64552020.680.7300.21243.6758.150.39
Hex4037CA4449015f43a32
Octal100673121041110253647262
Binary1000000110111110010101000100100100101010111110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4037CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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