#4036BD

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

Shades of Free Speech Blue #4036BD

Tints of Free Speech Blue #4036BD

Color information

#4036BD (or 0x4036BD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 36 and BD. RGB value is (64,54,189). Sum of RGB (Red+Green+Blue) = 64+54+189=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #4036BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4036BD is #BFC942. Grayscale: #474747. Windows color (decimal): -12568899 or 12400192. OLE color: 12400192.

HSL color Cylindrical-coordinate representation of color #4036BD: hue angle of 244.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4036BD is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6454189-
CMYK0.660.7100.26
HSL244.44º55.56%47.65%-
HSV(B)244.44º71.43%74.12%-
XYZ12.627.448.91-
YUV72.38193.81122.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=20.85%
G=17.59%
B=61.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64541890.660.7100.26244.4455.5647.65
Hex4036BD424701Af43830
Octal100662751021070323647060
Binary1000000110110101111011000010100011101101011110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4036BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4036BD; }

 p { color: rgb(64,54,189); }

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

<style>
 a { background-color: #4036BD; }

 a { background-color: rgb(64,54,189); }

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

<style>
 span { border-color: #4036BD; }

 span { border-color: rgb(64,54,189); }

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