#344CCE

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

Shades of Free Speech Blue #344CCE

Tints of Free Speech Blue #344CCE

Color information

#344CCE (or 0x344CCE) is unknown color: approx Free Speech Blue. HEX triplet: 34, 4C and CE. RGB value is (52,76,206). Sum of RGB (Red+Green+Blue) = 52+76+206=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #344CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCE is #CBB331. Grayscale: #535353. Windows color (decimal): -13349682 or 13519924. OLE color: 13519924.

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

Color convert

RGB5276206-
CMYK0.750.6300.19
HSL230.65º61.11%50.59%-
HSV(B)230.65º74.76%80.78%-
XYZ15.1410.3659.59-
YUV83.64197.05105.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 206 (80.86% from 255) = 61.68%
R=15.57%
G=22.75%
B=61.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52762060.750.6300.19230.6561.1150.59
Hex344CCE4B3F013e73d33
Octal64114316113770233477563
Binary110100100110011001110100101111111101001111100111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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