#4136CD

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

Shades of Free Speech Blue #4136CD

Tints of Free Speech Blue #4136CD

Color information

#4136CD (or 0x4136CD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 36 and CD. RGB value is (65,54,205). Sum of RGB (Red+Green+Blue) = 65+54+205=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #4136CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136CD is #BEC932. Grayscale: #494949. Windows color (decimal): -12503347 or 13448769. OLE color: 13448769.

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

Color convert

RGB6554205-
CMYK0.680.7400.20
HSL244.37º60.16%50.78%-
HSV(B)244.37º73.66%80.39%-
XYZ14.528.1758.57-
YUV74.5201.64121.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 205 (80.47% from 255) = 63.27%
R=20.06%
G=16.67%
B=63.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65542050.680.7400.20244.3760.1650.78
Hex4136CD444A014f43c33
Octal101663151041120243647463
Binary1000001110110110011011000100100101001010011110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4136CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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