Html Css Color HEX #333EDB Free Speech Blue

📋 copy color: '#333EDB'

red 51 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Blue #333EDB

Tints of Free Speech Blue #333EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 15.36%
G = 18.67%
B = 65.96%

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

#333EDB (or 0x333EDB) is known color: Free Speech Blue. HEX triplet: 33, 3E and DB. RGB value is (51,62,219). Sum of RGB (Red+Green+Blue) = 51+62+219=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #333EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EDB is #CCC124. Grayscale: #4B4B4B. Windows color (decimal): -13418789 or 14368307. OLE color: 14368307.

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

Color convert

RGB 51 62 219 -
CMYK 0.77 0.72 0 0.14
HSL 236.07º 0.7% 0.53% -
HSV(B) 236.07º 0.77% 0.86% -
XYZ 15.87 9.26 67.97 -
YUV 76.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 51 62 219 0.77 0.72 0 0.14 236.07 0.7 0.53
Hex 33 3E DB 4D 48 0 E EC 46 35
Octal 63 76 333 115 110 0 16 354 106 65
Binary 110011 111110 11011011 1001101 1001000 0 1110 11101100 1000110 110101

Color Harmonies of #333EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EDB

Black with #333EDB

Text Example


Text Example

White with #333EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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