#3E37BF

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

Shades of Free Speech Blue #3E37BF

Tints of Free Speech Blue #3E37BF

Color information

#3E37BF (or 0x3E37BF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 37 and BF. RGB value is (62,55,191). Sum of RGB (Red+Green+Blue) = 62+55+191=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E37BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E37BF is #C1C840. Grayscale: #484848. Windows color (decimal): -12699713 or 12531518. OLE color: 12531518.

HSL color Cylindrical-coordinate representation of color #3E37BF: hue angle of 243.09º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E37BF is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6255191-
CMYK0.680.7100.25
HSL243.09º55.28%48.24%-
HSV(B)243.09º71.2%74.9%-
XYZ12.767.5250.07-
YUV72.6194.82120.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 191 (75% from 255) = 62.01%
R=20.13%
G=17.86%
B=62.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62551910.680.7100.25243.0955.2848.24
Hex3E37BF4447019f33730
Octal76672771041070313636760
Binary111110110111101111111000100100011101100111110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,55,191); }

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

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

 a { background-color: rgb(62,55,191); }

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

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

 span { border-color: rgb(62,55,191); }

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