#4039DA

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

Shades of Free Speech Blue #4039DA

Tints of Free Speech Blue #4039DA

Color information

#4039DA (or 0x4039DA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 39 and DA. RGB value is (64,57,218). Sum of RGB (Red+Green+Blue) = 64+57+218=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #4039DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039DA is #BFC625. Grayscale: #4C4C4C. Windows color (decimal): -12568102 or 14301504. OLE color: 14301504.

HSL color Cylindrical-coordinate representation of color #4039DA: hue angle of 242.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4039DA is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6457218-
CMYK0.710.7400.15
HSL242.61º68.51%53.92%-
HSV(B)242.61º73.85%85.49%-
XYZ16.239.0867.23-
YUV77.45207.32118.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 218 (85.55% from 255) = 64.31%
R=18.88%
G=16.81%
B=64.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64572180.710.7400.15242.6168.5153.92
Hex4039DA474A0Ff34536
Octal1007133210711201736310566
Binary1000000111001110110101000111100101001111111100111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4039DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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