#344BC8

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

Shades of Free Speech Blue #344BC8

Tints of Free Speech Blue #344BC8

Color information

#344BC8 (or 0x344BC8) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4B and C8. RGB value is (52,75,200). Sum of RGB (Red+Green+Blue) = 52+75+200=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #344BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BC8 is #CBB437. Grayscale: #515151. Windows color (decimal): -13349944 or 13126452. OLE color: 13126452.

HSL color Cylindrical-coordinate representation of color #344BC8: hue angle of 230.68º 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 #344BC8 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5275200-
CMYK0.740.6200.22
HSL230.68º58.73%49.41%-
HSV(B)230.68º74%78.43%-
XYZ14.369.9355.8-
YUV82.37194.38106.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 200 (78.52% from 255) = 61.16%
R=15.90%
G=22.94%
B=61.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52752000.740.6200.22230.6858.7349.41
Hex344BC84A3E016e73b31
Octal64113310112760263477361
Binary110100100101111001000100101011111001011011100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,200); }

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

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

 a { background-color: rgb(52,75,200); }

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

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

 span { border-color: rgb(52,75,200); }

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