#3E38BE

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

Shades of Free Speech Blue #3E38BE

Tints of Free Speech Blue #3E38BE

Color information

#3E38BE (or 0x3E38BE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 38 and BE. RGB value is (62,56,190). Sum of RGB (Red+Green+Blue) = 62+56+190=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E38BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38BE is #C1C741. Grayscale: #484848. Windows color (decimal): -12699458 or 12466238. OLE color: 12466238.

HSL color Cylindrical-coordinate representation of color #3E38BE: hue angle of 242.69º degrees, saturation: 0.54, 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 #3E38BE is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6256190-
CMYK0.670.7100.25
HSL242.69º54.47%48.24%-
HSV(B)242.69º70.53%74.51%-
XYZ12.77.5749.51-
YUV73.07193.99120.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=20.13%
G=18.18%
B=61.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62561900.670.7100.25242.6954.4748.24
Hex3E38BE4347019f33630
Octal76702761031070313636660
Binary111110111000101111101000011100011101100111110011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,190); }

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

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

 a { background-color: rgb(62,56,190); }

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

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

 span { border-color: rgb(62,56,190); }

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