#4137CA

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

Shades of Free Speech Blue #4137CA

Tints of Free Speech Blue #4137CA

Color information

#4137CA (or 0x4137CA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 37 and CA. RGB value is (65,55,202). Sum of RGB (Red+Green+Blue) = 65+55+202=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4137CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4137CA is #BEC835. Grayscale: #4A4A4A. Windows color (decimal): -12503094 or 13252417. OLE color: 13252417.

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

Color convert

RGB6555202-
CMYK0.680.7300.21
HSL244.08º58.1%50.39%-
HSV(B)244.08º72.77%79.22%-
XYZ14.218.1256.7-
YUV74.75199.81121.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=20.19%
G=17.08%
B=62.73%

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
Decimal65552020.680.7300.21244.0858.150.39
Hex4137CA4449015f43a32
Octal101673121041110253647262
Binary1000001110111110010101000100100100101010111110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4137CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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