#344FCC

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

Shades of Free Speech Blue #344FCC

Tints of Free Speech Blue #344FCC

Color information

#344FCC (or 0x344FCC) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4F and CC. RGB value is (52,79,204). Sum of RGB (Red+Green+Blue) = 52+79+204=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #344FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FCC is #CBB033. Grayscale: #545454. Windows color (decimal): -13348916 or 13389620. OLE color: 13389620.

HSL color Cylindrical-coordinate representation of color #344FCC: hue angle of 229.34º 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 #344FCC is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5279204-
CMYK0.750.6100.2
HSL229.34º59.84%50.2%-
HSV(B)229.34º74.51%80%-
XYZ15.1110.6858.39-
YUV85.18195.05104.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=15.52%
G=23.58%
B=60.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52792040.750.6100.2229.3459.8450.2
Hex344FCC4B3D014e53c32
Octal64117314113750243457462
Binary110100100111111001100100101111110101010011100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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