#3E58CB

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

Shades of Free Speech Blue #3E58CB

Tints of Free Speech Blue #3E58CB

Color information

#3E58CB (or 0x3E58CB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 58 and CB. RGB value is (62,88,203). Sum of RGB (Red+Green+Blue) = 62+88+203=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E58CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E58CB is #C1A734. Grayscale: #5C5C5C. Windows color (decimal): -12691253 or 13326398. OLE color: 13326398.

HSL color Cylindrical-coordinate representation of color #3E58CB: hue angle of 228.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E58CB is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6288203-
CMYK0.690.5700.20
HSL228.94º57.55%51.96%-
HSV(B)228.94º69.46%79.61%-
XYZ16.2612.3258.02-
YUV93.34189.89105.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.56%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=17.56%
G=24.93%
B=57.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62882030.690.5700.20228.9457.5551.96
Hex3E58CB4539014e53a34
Octal76130313105710243457264
Binary111110101100011001011100010111100101010011100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E58CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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