#3E58BB

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

Shades of Free Speech Blue #3E58BB

Tints of Free Speech Blue #3E58BB

Color information

#3E58BB (or 0x3E58BB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 58 and BB. RGB value is (62,88,187). Sum of RGB (Red+Green+Blue) = 62+88+187=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E58BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E58BB is #C1A744. Grayscale: #5B5B5B. Windows color (decimal): -12691269 or 12277822. OLE color: 12277822.

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

Color convert

RGB6288187-
CMYK0.670.5300.27
HSL227.52º50.2%48.82%-
HSV(B)227.52º66.84%73.33%-
XYZ14.4511.5948.49-
YUV91.51181.89106.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.40%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=18.40%
G=26.11%
B=55.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62881870.670.5300.27227.5250.248.82
Hex3E58BB433501Be43231
Octal76130273103650333446261
Binary111110101100010111011100001111010101101111100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E58BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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