#3a3cdb

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

Shades of Free Speech Blue #3A3CDB

Tints of Free Speech Blue #3A3CDB

Color information

#3A3CDB (or 0x3A3CDB) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 3C and DB. RGB value is (58,60,219). Sum of RGB (Red+Green+Blue) = 58+60+219=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3CDB is #C5C324. Grayscale: #4C4C4C. Windows color (decimal): -12960549 or 14367802. OLE color: 14367802.

HSL color Cylindrical-coordinate representation of color #3A3CDB: hue angle of 239.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A3CDB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5860219-
CMYK0.740.7300.14
HSL239.25º69.1%54.31%-
HSV(B)239.25º73.52%85.88%-
XYZ16.159.2567.95-
YUV77.53207.84114.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 219 (85.94% from 255) = 64.99%
R=17.21%
G=17.80%
B=64.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal58602190.740.7300.14239.2569.154.31
Hex3A3CDB4A490Eef4536
Octal727433311211101635710566
Binary111010111100110110111001010100100101110111011111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a3cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,219); }

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

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

 a { background-color: rgb(58,60,219); }

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

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

 span { border-color: rgb(58,60,219); }

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