#334DDD

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

Shades of Free Speech Blue #334DDD

Tints of Free Speech Blue #334DDD

Color information

#334DDD (or 0x334DDD) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4D and DD. RGB value is (51,77,221). Sum of RGB (Red+Green+Blue) = 51+77+221=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #334DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DDD is #CCB222. Grayscale: #555555. Windows color (decimal): -13414947 or 14503219. OLE color: 14503219.

HSL color Cylindrical-coordinate representation of color #334DDD: hue angle of 230.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334DDD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5177221-
CMYK0.770.6500.13
HSL230.82º71.43%53.33%-
HSV(B)230.82º76.92%86.67%-
XYZ17.0711.2369.67-
YUV85.64204.39103.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 221 (86.72% from 255) = 63.32%
R=14.61%
G=22.06%
B=63.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51772210.770.6500.13230.8271.4353.33
Hex334DDD4D410De74735
Octal6311533511510101534710765
Binary1100111001101110111011001101100000101101111001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334DDD; }

 p { color: rgb(51,77,221); }

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

<style>
 a { background-color: #334DDD; }

 a { background-color: rgb(51,77,221); }

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

<style>
 span { border-color: #334DDD; }

 span { border-color: rgb(51,77,221); }

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