#3344C9

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

Shades of Free Speech Blue #3344C9

Tints of Free Speech Blue #3344C9

Color information

#3344C9 (or 0x3344C9) is unknown color: approx Free Speech Blue. HEX triplet: 33, 44 and C9. RGB value is (51,68,201). Sum of RGB (Red+Green+Blue) = 51+68+201=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #3344C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344C9 is #CCBB36. Grayscale: #4D4D4D. Windows color (decimal): -13417271 or 13190195. OLE color: 13190195.

HSL color Cylindrical-coordinate representation of color #3344C9: hue angle of 233.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3344C9 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5168201-
CMYK0.750.6600.21
HSL233.2º59.52%49.41%-
HSV(B)233.2º74.63%78.82%-
XYZ13.979.0656.27-
YUV78.08197.37108.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 201 (78.91% from 255) = 62.81%
R=15.94%
G=21.25%
B=62.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51682010.750.6600.21233.259.5249.41
Hex3344C94B42015e93c31
Octal631043111131020253517461
Binary1100111000100110010011001011100001001010111101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3344C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3344C9; }

 p { color: rgb(51,68,201); }

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

<style>
 a { background-color: #3344C9; }

 a { background-color: rgb(51,68,201); }

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

<style>
 span { border-color: #3344C9; }

 span { border-color: rgb(51,68,201); }

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