#344ACC

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

Shades of Free Speech Blue #344ACC

Tints of Free Speech Blue #344ACC

Color information

#344ACC (or 0x344ACC) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4A and CC. RGB value is (52,74,204). Sum of RGB (Red+Green+Blue) = 52+74+204=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #344ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ACC is #CBB533. Grayscale: #515151. Windows color (decimal): -13350196 or 13388340. OLE color: 13388340.

HSL color Cylindrical-coordinate representation of color #344ACC: hue angle of 231.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344ACC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5274204-
CMYK0.750.6400.2
HSL231.32º59.84%50.2%-
HSV(B)231.32º74.51%80%-
XYZ14.769.9958.28-
YUV82.24196.71106.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=15.76%
G=22.42%
B=61.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52742040.750.6400.2231.3259.8450.2
Hex344ACC4B40014e73c32
Octal641123141131000243477462
Binary1101001001010110011001001011100000001010011100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344ACC; }

 p { color: rgb(52,74,204); }

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

<style>
 a { background-color: #344ACC; }

 a { background-color: rgb(52,74,204); }

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

<style>
 span { border-color: #344ACC; }

 span { border-color: rgb(52,74,204); }

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