#3A4DBE

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

Shades of Free Speech Blue #3A4DBE

Tints of Free Speech Blue #3A4DBE

Color information

#3A4DBE (or 0x3A4DBE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 4D and BE. RGB value is (58,77,190). Sum of RGB (Red+Green+Blue) = 58+77+190=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A4DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DBE is #C5B241. Grayscale: #535353. Windows color (decimal): -12956226 or 12471610. OLE color: 12471610.

HSL color Cylindrical-coordinate representation of color #3A4DBE: hue angle of 231.36º 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 #3A4DBE is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5877190-
CMYK0.690.5900.25
HSL231.36º53.23%48.63%-
HSV(B)231.36º69.47%74.51%-
XYZ13.699.9349.91-
YUV84.2187.71109.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=17.85%
G=23.69%
B=58.46%

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
Decimal58771900.690.5900.25231.3653.2348.63
Hex3A4DBE453B019e73531
Octal72115276105730313476561
Binary111010100110110111110100010111101101100111100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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