#4136CE

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

Shades of Free Speech Blue #4136CE

Tints of Free Speech Blue #4136CE

Color information

#4136CE (or 0x4136CE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 36 and CE. RGB value is (65,54,206). Sum of RGB (Red+Green+Blue) = 65+54+206=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #4136CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136CE is #BEC931. Grayscale: #4A4A4A. Windows color (decimal): -12503346 or 13514305. OLE color: 13514305.

HSL color Cylindrical-coordinate representation of color #4136CE: hue angle of 244.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4136CE is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6554206-
CMYK0.680.7400.19
HSL244.34º60.8%50.98%-
HSV(B)244.34º73.79%80.78%-
XYZ14.648.2259.21-
YUV74.62202.14121.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 206 (80.86% from 255) = 63.38%
R=20%
G=16.62%
B=63.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65542060.680.7400.19244.3460.850.98
Hex4136CE444A013f43d33
Octal101663161041120233647563
Binary1000001110110110011101000100100101001001111110100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4136CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4136CE; }

 p { color: rgb(65,54,206); }

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

<style>
 a { background-color: #4136CE; }

 a { background-color: rgb(65,54,206); }

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

<style>
 span { border-color: #4136CE; }

 span { border-color: rgb(65,54,206); }

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