#3444C8

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

Shades of Free Speech Blue #3444C8

Tints of Free Speech Blue #3444C8

Color information

#3444C8 (or 0x3444C8) is unknown color: approx Free Speech Blue. HEX triplet: 34, 44 and C8. RGB value is (52,68,200). Sum of RGB (Red+Green+Blue) = 52+68+200=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 200 (78.52% from 255 or 62.5% from 320); Max value from RGB is 200 - color contains mainly: blue. Hex color #3444C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444C8 is #CBBB37. Grayscale: #4D4D4D. Windows color (decimal): -13351736 or 13124660. OLE color: 13124660.

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

Color convert

RGB5268200-
CMYK0.740.6600.22
HSL233.51º58.73%49.41%-
HSV(B)233.51º74%78.43%-
XYZ13.919.0355.65-
YUV78.26196.7109.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 200 (78.52% from 255) = 62.5%
R=16.25%
G=21.25%
B=62.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52682000.740.6600.22233.5158.7349.41
Hex3444C84A42016ea3b31
Octal641043101121020263527361
Binary1101001000100110010001001010100001001011011101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3444C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3444C8; }

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

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

<style>
 a { background-color: #3444C8; }

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

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

<style>
 span { border-color: #3444C8; }

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

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