#4136BC

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

Shades of Free Speech Blue #4136BC

Tints of Free Speech Blue #4136BC

Color information

#4136BC (or 0x4136BC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 36 and BC. RGB value is (65,54,188). Sum of RGB (Red+Green+Blue) = 65+54+188=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #4136BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136BC is #BEC943. Grayscale: #484848. Windows color (decimal): -12503364 or 12334657. OLE color: 12334657.

HSL color Cylindrical-coordinate representation of color #4136BC: hue angle of 244.93º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4136BC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6554188-
CMYK0.650.7100.26
HSL244.93º55.37%47.45%-
HSV(B)244.93º71.28%73.73%-
XYZ12.587.3948.34-
YUV72.56193.14122.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=21.17%
G=17.59%
B=61.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65541880.650.7100.26244.9355.3747.45
Hex4136BC414701Af5372f
Octal101662741011070323656757
Binary1000001110110101111001000001100011101101011110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4136BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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