#334EDF

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

Shades of Free Speech Blue #334EDF

Tints of Free Speech Blue #334EDF

Color information

#334EDF (or 0x334EDF) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4E and DF. RGB value is (51,78,223). Sum of RGB (Red+Green+Blue) = 51+78+223=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #334EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EDF is #CCB120. Grayscale: #555555. Windows color (decimal): -13414689 or 14634547. OLE color: 14634547.

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

Color convert

RGB5178223-
CMYK0.770.6500.13
HSL230.58º72.88%53.73%-
HSV(B)230.58º77.13%87.45%-
XYZ17.4111.4871.11-
YUV86.46205.05102.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 223 (87.5% from 255) = 63.35%
R=14.49%
G=22.16%
B=63.35%

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
Decimal51782230.770.6500.13230.5872.8853.73
Hex334EDF4D410De74936
Octal6311633711510101534711166
Binary1100111001110110111111001101100000101101111001111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,78,223); }

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

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

 a { background-color: rgb(51,78,223); }

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

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

 span { border-color: rgb(51,78,223); }

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