#3E3FAF

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

Shades of Free Speech Blue #3E3FAF

Tints of Free Speech Blue #3E3FAF

Color information

#3E3FAF (or 0x3E3FAF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3F and AF. RGB value is (62,63,175). Sum of RGB (Red+Green+Blue) = 62+63+175=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E3FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3FAF is #C1C050. Grayscale: #4B4B4B. Windows color (decimal): -12697681 or 11484990. OLE color: 11484990.

HSL color Cylindrical-coordinate representation of color #3E3FAF: hue angle of 239.47º 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 #3E3FAF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6263175-
CMYK0.650.6400.31
HSL239.47º47.68%46.47%-
HSV(B)239.47º64.57%68.63%-
XYZ11.57.6741.43-
YUV75.47184.17118.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.67%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 175 (68.75% from 255) = 58.33%
R=20.67%
G=21%
B=58.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62631750.650.6400.31239.4747.6846.47
Hex3E3FAF414001Fef302e
Octal76772571011000373576056
Binary111110111111101011111000001100000001111111101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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