#3454C7

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

Shades of Free Speech Blue #3454C7

Tints of Free Speech Blue #3454C7

Color information

#3454C7 (or 0x3454C7) is unknown color: approx Free Speech Blue. HEX triplet: 34, 54 and C7. RGB value is (52,84,199). Sum of RGB (Red+Green+Blue) = 52+84+199=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 199 (78.12% from 255 or 59.40% from 335); Max value from RGB is 199 - color contains mainly: blue. Hex color #3454C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454C7 is #CBAB38. Grayscale: #575757. Windows color (decimal): -13347641 or 13063220. OLE color: 13063220.

HSL color Cylindrical-coordinate representation of color #3454C7: hue angle of 226.94º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3454C7 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5284199-
CMYK0.740.5800.22
HSL226.94º58.57%49.22%-
HSV(B)226.94º73.87%78.04%-
XYZ14.911.1955.41-
YUV87.54190.9102.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 199 (78.12% from 255) = 59.40%
R=15.52%
G=25.07%
B=59.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52841990.740.5800.22226.9458.5749.22
Hex3454C74A3A016e33b31
Octal64124307112720263437361
Binary110100101010011000111100101011101001011011100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3454C7; }

 p { color: rgb(52,84,199); }

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

<style>
 a { background-color: #3454C7; }

 a { background-color: rgb(52,84,199); }

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

<style>
 span { border-color: #3454C7; }

 span { border-color: rgb(52,84,199); }

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