#3a3ec9

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

Shades of Free Speech Blue #3A3EC9

Tints of Free Speech Blue #3A3EC9

Color information

#3A3EC9 (or 0x3A3EC9) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 3E and C9. RGB value is (58,62,201). Sum of RGB (Red+Green+Blue) = 58+62+201=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A3EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3EC9 is #C5C136. Grayscale: #4C4C4C. Windows color (decimal): -12960055 or 13188666. OLE color: 13188666.

HSL color Cylindrical-coordinate representation of color #3A3EC9: hue angle of 238.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A3EC9 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5862201-
CMYK0.710.6900.21
HSL238.32º56.97%50.78%-
HSV(B)238.32º71.14%78.82%-
XYZ14.018.5656.17-
YUV76.65198.17114.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 201 (78.91% from 255) = 62.62%
R=18.07%
G=19.31%
B=62.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58622010.710.6900.21238.3256.9750.78
Hex3A3EC94745015ee3933
Octal72763111071050253567163
Binary111010111110110010011000111100010101010111101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a3ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,62,201); }

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

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

 a { background-color: rgb(58,62,201); }

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

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

 span { border-color: rgb(58,62,201); }

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