#344DC8

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

Shades of Free Speech Blue #344DC8

Tints of Free Speech Blue #344DC8

Color information

#344DC8 (or 0x344DC8) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4D and C8. RGB value is (52,77,200). Sum of RGB (Red+Green+Blue) = 52+77+200=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #344DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DC8 is #CBB237. Grayscale: #535353. Windows color (decimal): -13349432 or 13126964. OLE color: 13126964.

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

Color convert

RGB5277200-
CMYK0.740.6200.22
HSL229.86º58.73%49.41%-
HSV(B)229.86º74%78.43%-
XYZ14.510.2155.85-
YUV83.55193.72105.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 200 (78.52% from 255) = 60.79%
R=15.81%
G=23.40%
B=60.79%

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
Decimal52772000.740.6200.22229.8658.7349.41
Hex344DC84A3E016e63b31
Octal64115310112760263467361
Binary110100100110111001000100101011111001011011100110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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