#333EDC

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

Shades of Free Speech Blue #333EDC

Tints of Free Speech Blue #333EDC

Color information

#333EDC (or 0x333EDC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 3E and DC. RGB value is (51,62,220). Sum of RGB (Red+Green+Blue) = 51+62+220=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #333EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EDC is #CCC123. Grayscale: #4C4C4C. Windows color (decimal): -13418788 or 14433843. OLE color: 14433843.

HSL color Cylindrical-coordinate representation of color #333EDC: hue angle of 236.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333EDC is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5162220-
CMYK0.770.7200.14
HSL236.09º70.71%53.14%-
HSV(B)236.09º76.82%86.27%-
XYZ16.019.3268.66-
YUV76.72208.86109.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 220 (86.33% from 255) = 66.07%
R=15.32%
G=18.62%
B=66.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51622200.770.7200.14236.0970.7153.14
Hex333EDC4D480Eec4735
Octal637633411511001635410765
Binary110011111110110111001001101100100001110111011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333EDC; }

 p { color: rgb(51,62,220); }

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

<style>
 a { background-color: #333EDC; }

 a { background-color: rgb(51,62,220); }

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

<style>
 span { border-color: #333EDC; }

 span { border-color: rgb(51,62,220); }

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