#4039BB

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

Shades of Free Speech Blue #4039BB

Tints of Free Speech Blue #4039BB

Color information

#4039BB (or 0x4039BB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 39 and BB. RGB value is (64,57,187). Sum of RGB (Red+Green+Blue) = 64+57+187=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #4039BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039BB is #BFC644. Grayscale: #494949. Windows color (decimal): -12568133 or 12269888. OLE color: 12269888.

HSL color Cylindrical-coordinate representation of color #4039BB: hue angle of 243.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4039BB is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6457187-
CMYK0.660.7000.27
HSL243.23º53.28%47.84%-
HSV(B)243.23º69.52%73.33%-
XYZ12.557.647.82-
YUV73.91191.82120.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 187 (73.44% from 255) = 60.71%
R=20.78%
G=18.51%
B=60.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64571870.660.7000.27243.2353.2847.84
Hex4039BB424601Bf33530
Octal100712731021060333636560
Binary1000000111001101110111000010100011001101111110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4039BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4039BB; }

 p { color: rgb(64,57,187); }

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

<style>
 a { background-color: #4039BB; }

 a { background-color: rgb(64,57,187); }

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

<style>
 span { border-color: #4039BB; }

 span { border-color: rgb(64,57,187); }

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