Html Css Color HEX #333EDC Free Speech Blue

📋 copy color: '#333EDC'

red 51 ◦ green 62 ◦ blue 220

#333EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #333EDC

Tints of Free Speech Blue #333EDC

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 value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#333EDC (or 0x333EDC) is known color: 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

RGB 51 62 220 -
CMYK 0.77 0.72 0 0.14
HSL 236.09º 0.71% 0.53% -
HSV(B) 236.09º 0.77% 0.86% -
XYZ 16.01 9.32 68.66 -
YUV 76.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 51 62 220 0.77 0.72 0 0.14 236.09 0.71 0.53
Hex 33 3E DC 4D 48 0 E EC 47 35
Octal 63 76 334 115 110 0 16 354 107 65
Binary 110011 111110 11011100 1001101 1001000 0 1110 11101100 1000111 110101

Color Harmonies of #333EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EDC

Black with #333EDC

Text Example


Text Example

White with #333EDC

Text Example


Text Example

HTML Codes & Css Web 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>