Html Css Color HEX #333DDB Free Speech Blue

📋 copy color: '#333DDB'

red 51 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Blue #333DDB

Tints of Free Speech Blue #333DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 15.41%
G = 18.43%
B = 66.16%

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

#333DDB (or 0x333DDB) is known color: Free Speech Blue. HEX triplet: 33, 3D and DB. RGB value is (51,61,219). Sum of RGB (Red+Green+Blue) = 51+61+219=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #333DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DDB is #CCC224. Grayscale: #4B4B4B. Windows color (decimal): -13419045 or 14368051. OLE color: 14368051.

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

Color convert

RGB 51 61 219 -
CMYK 0.77 0.72 0 0.14
HSL 236.43º 0.7% 0.53% -
HSV(B) 236.43º 0.77% 0.86% -
XYZ 15.82 9.16 67.95 -
YUV 76.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 51 61 219 0.77 0.72 0 0.14 236.43 0.7 0.53
Hex 33 3D DB 4D 48 0 E EC 46 35
Octal 63 75 333 115 110 0 16 354 106 65
Binary 110011 111101 11011011 1001101 1001000 0 1110 11101100 1000110 110101

Color Harmonies of #333DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DDB

Black with #333DDB

Text Example


Text Example

White with #333DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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