#3A5BB6

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

Shades of Free Speech Blue #3A5BB6

Tints of Free Speech Blue #3A5BB6

Color information

#3A5BB6 (or 0x3A5BB6) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 5B and B6. RGB value is (58,91,182). Sum of RGB (Red+Green+Blue) = 58+91+182=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A5BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5BB6 is #C5A449. Grayscale: #5B5B5B. Windows color (decimal): -12952650 or 11950906. OLE color: 11950906.

HSL color Cylindrical-coordinate representation of color #3A5BB6: hue angle of 224.03º 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 #3A5BB6 is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5891182-
CMYK0.680.500.29
HSL224.03º51.67%47.06%-
HSV(B)224.03º68.13%71.37%-
XYZ13.9311.7645.79-
YUV91.51179.07104.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 182 (71.48% from 255) = 54.98%
R=17.52%
G=27.49%
B=54.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58911820.680.500.29224.0351.6747.06
Hex3A5BB6443201De0342f
Octal72133266104620353406457
Binary111010101101110110110100010011001001110111100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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