#3E4BAD

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

Shades of Free Speech Blue #3E4BAD

Tints of Free Speech Blue #3E4BAD

Color information

#3E4BAD (or 0x3E4BAD) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4B and AD. RGB value is (62,75,173). Sum of RGB (Red+Green+Blue) = 62+75+173=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E4BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4BAD is #C1B452. Grayscale: #515151. Windows color (decimal): -12694611 or 11356990. OLE color: 11356990.

HSL color Cylindrical-coordinate representation of color #3E4BAD: hue angle of 232.97º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E4BAD is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6275173-
CMYK0.640.5700.32
HSL232.97º47.23%46.08%-
HSV(B)232.97º64.16%67.84%-
XYZ12.059.0740.65-
YUV82.28179.19113.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=20%
G=24.19%
B=55.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62751730.640.5700.32232.9747.2346.08
Hex3E4BAD4039020e92f2e
Octal76113255100710403515756
Binary1111101001011101011011000000111001010000011101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,75,173); }

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

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

 a { background-color: rgb(62,75,173); }

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

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

 span { border-color: rgb(62,75,173); }

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