#344ACF

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

Shades of Free Speech Blue #344ACF

Tints of Free Speech Blue #344ACF

Color information

#344ACF (or 0x344ACF) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4A and CF. RGB value is (52,74,207). Sum of RGB (Red+Green+Blue) = 52+74+207=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #344ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ACF is #CBB530. Grayscale: #525252. Windows color (decimal): -13350193 or 13584948. OLE color: 13584948.

HSL color Cylindrical-coordinate representation of color #344ACF: hue angle of 231.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344ACF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5274207-
CMYK0.750.6400.19
HSL231.48º61.75%50.78%-
HSV(B)231.48º74.88%81.18%-
XYZ15.1310.1360.19-
YUV82.58198.21106.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=15.62%
G=22.22%
B=62.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52742070.750.6400.19231.4861.7550.78
Hex344ACF4B40013e73e33
Octal641123171131000233477663
Binary1101001001010110011111001011100000001001111100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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