#3E58BC

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

Shades of Free Speech Blue #3E58BC

Tints of Free Speech Blue #3E58BC

Color information

#3E58BC (or 0x3E58BC) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 58 and BC. RGB value is (62,88,188). Sum of RGB (Red+Green+Blue) = 62+88+188=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E58BC is #C1A743. Grayscale: #5B5B5B. Windows color (decimal): -12691268 or 12343358. OLE color: 12343358.

HSL color Cylindrical-coordinate representation of color #3E58BC: hue angle of 227.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E58BC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6288188-
CMYK0.670.5300.26
HSL227.62º50.4%49.02%-
HSV(B)227.62º67.02%73.73%-
XYZ14.5511.6349.06-
YUV91.63182.39106.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.34%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=18.34%
G=26.04%
B=55.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62881880.670.5300.26227.6250.449.02
Hex3E58BC433501Ae43231
Octal76130274103650323446261
Binary111110101100010111100100001111010101101011100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,88,188); }

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

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

 a { background-color: rgb(62,88,188); }

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

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

 span { border-color: rgb(62,88,188); }

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