#3E48AF

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

Shades of Free Speech Blue #3E48AF

Tints of Free Speech Blue #3E48AF

Color information

#3E48AF (or 0x3E48AF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 48 and AF. RGB value is (62,72,175). Sum of RGB (Red+Green+Blue) = 62+72+175=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E48AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E48AF is #C1B750. Grayscale: #505050. Windows color (decimal): -12695377 or 11487294. OLE color: 11487294.

HSL color Cylindrical-coordinate representation of color #3E48AF: hue angle of 234.69º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E48AF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6272175-
CMYK0.650.5900.31
HSL234.69º47.68%46.47%-
HSV(B)234.69º64.57%68.63%-
XYZ12.048.7541.61-
YUV80.75181.19114.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.06%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=20.06%
G=23.30%
B=56.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62721750.650.5900.31234.6947.6846.47
Hex3E48AF413B01Feb302e
Octal76110257101730373536056
Binary111110100100010101111100000111101101111111101011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E48AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E48AF; }

 p { color: rgb(62,72,175); }

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

<style>
 a { background-color: #3E48AF; }

 a { background-color: rgb(62,72,175); }

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

<style>
 span { border-color: #3E48AF; }

 span { border-color: rgb(62,72,175); }

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