Html Css Color HEX #333EDD Free Speech Blue

📋 copy color: '#333EDD'

red 51 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #333EDD

Tints of Free Speech Blue #333EDD

RGB

 RED value IS 51 (20.31% from 255) = 15.27%

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 15.27%
G = 18.56%
B = 66.17%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#333EDD (or 0x333EDD) is known color: Free Speech Blue. HEX triplet: 33, 3E and DD. RGB value is (51,62,221). Sum of RGB (Red+Green+Blue) = 51+62+221=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #333EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EDD is #CCC122. Grayscale: #4C4C4C. Windows color (decimal): -13418787 or 14499379. OLE color: 14499379.

HSL color Cylindrical-coordinate representation of color #333EDD: hue angle of 236.12º 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 #333EDD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 62 221 -
CMYK 0.77 0.72 0 0.13
HSL 236.12º 0.71% 0.53% -
HSV(B) 236.12º 0.77% 0.87% -
XYZ 16.14 9.37 69.36 -
YUV 76.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 51 62 221 0.77 0.72 0 0.13 236.12 0.71 0.53
Hex 33 3E DD 4D 48 0 D EC 47 35
Octal 63 76 335 115 110 0 15 354 107 65
Binary 110011 111110 11011101 1001101 1001000 0 1101 11101100 1000111 110101

Color Harmonies of #333EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EDD

Black with #333EDD

Text Example


Text Example

White with #333EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #333EDD;
 }
 .AnyTagClassName
 {
   color: #333EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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