#3a4ebe

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

Shades of Free Speech Blue #3A4EBE

Tints of Free Speech Blue #3A4EBE

Color information

#3A4EBE (or 0x3A4EBE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4E and BE. RGB value is (58,78,190). Sum of RGB (Red+Green+Blue) = 58+78+190=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A4EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4EBE is #C5B141. Grayscale: #545454. Windows color (decimal): -12955970 or 12471866. OLE color: 12471866.

HSL color Cylindrical-coordinate representation of color #3A4EBE: hue angle of 230.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A4EBE is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5878190-
CMYK0.690.5900.25
HSL230.91º53.23%48.63%-
HSV(B)230.91º69.47%74.51%-
XYZ13.7610.0749.93-
YUV84.79187.37108.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=17.79%
G=23.93%
B=58.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58781900.690.5900.25230.9153.2348.63
Hex3A4EBE453B019e73531
Octal72116276105730313476561
Binary111010100111010111110100010111101101100111100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,78,190); }

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

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

 a { background-color: rgb(58,78,190); }

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

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

 span { border-color: rgb(58,78,190); }

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