Html Css Color HEX #333ADD Free Speech Blue

📋 copy color: '#333ADD'

red 51 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Blue #333ADD

Tints of Free Speech Blue #333ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 15.45%
G = 17.58%
B = 66.97%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#333ADD (or 0x333ADD) is known color: Free Speech Blue. HEX triplet: 33, 3A and DD. RGB value is (51,58,221). Sum of RGB (Red+Green+Blue) = 51+58+221=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #333ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ADD is #CCC522. Grayscale: #494949. Windows color (decimal): -13419811 or 14498355. OLE color: 14498355.

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

Color convert

RGB 51 58 221 -
CMYK 0.77 0.74 0 0.13
HSL 237.53º 0.71% 0.53% -
HSV(B) 237.53º 0.77% 0.87% -
XYZ 15.93 8.95 69.29 -
YUV 74.49 210.68 111.25 -
System Red Green Blue C M Y K H S L
Decimal 51 58 221 0.77 0.74 0 0.13 237.53 0.71 0.53
Hex 33 3A DD 4D 4A 0 D EE 47 35
Octal 63 72 335 115 112 0 15 356 107 65
Binary 110011 111010 11011101 1001101 1001010 0 1101 11101110 1000111 110101

Color Harmonies of #333ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333ADD

Black with #333ADD

Text Example


Text Example

White with #333ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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