#3A3FB6

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

Shades of Free Speech Blue #3A3FB6

Tints of Free Speech Blue #3A3FB6

Color information

#3A3FB6 (or 0x3A3FB6) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 3F and B6. RGB value is (58,63,182). Sum of RGB (Red+Green+Blue) = 58+63+182=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A3FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3FB6 is #C5C049. Grayscale: #4A4A4A. Windows color (decimal): -12959818 or 11943738. OLE color: 11943738.

HSL color Cylindrical-coordinate representation of color #3A3FB6: hue angle of 237.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A3FB6 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5863182-
CMYK0.680.6500.29
HSL237.58º51.67%47.06%-
HSV(B)237.58º68.13%71.37%-
XYZ11.977.8345.14-
YUV75.07188.34115.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 182 (71.48% from 255) = 60.07%
R=19.14%
G=20.79%
B=60.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58631820.680.6500.29237.5851.6747.06
Hex3A3FB6444101Dee342f
Octal72772661041010353566457
Binary111010111111101101101000100100000101110111101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,63,182); }

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

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

 a { background-color: rgb(58,63,182); }

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

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

 span { border-color: rgb(58,63,182); }

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