#344CD3

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

Shades of Free Speech Blue #344CD3

Tints of Free Speech Blue #344CD3

Color information

#344CD3 (or 0x344CD3) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4C and D3. RGB value is (52,76,211). Sum of RGB (Red+Green+Blue) = 52+76+211=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 211 (82.81% from 255 or 62.24% from 339); Max value from RGB is 211 - color contains mainly: blue. Hex color #344CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CD3 is #CBB32C. Grayscale: #535353. Windows color (decimal): -13349677 or 13847604. OLE color: 13847604.

HSL color Cylindrical-coordinate representation of color #344CD3: hue angle of 230.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344CD3 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5276211-
CMYK0.750.6400.17
HSL230.94º64.37%51.57%-
HSV(B)230.94º75.36%82.75%-
XYZ15.7610.662.84-
YUV84.21199.55105.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 211 (82.81% from 255) = 62.24%
R=15.34%
G=22.42%
B=62.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52762110.750.6400.17230.9464.3751.57
Hex344CD34B40011e74034
Octal6411432311310002134710064
Binary11010010011001101001110010111000000010001111001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,211); }

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

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

 a { background-color: rgb(52,76,211); }

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

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

 span { border-color: rgb(52,76,211); }

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