Html Css Color HEX #333BDD Free Speech Blue

📋 copy color: '#333BDD'

red 51 ◦ green 59 ◦ blue 221

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

Shades of Free Speech Blue #333BDD

Tints of Free Speech Blue #333BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 15.41%
G = 17.82%
B = 66.77%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#333BDD (or 0x333BDD) is known color: Free Speech Blue. HEX triplet: 33, 3B and DD. RGB value is (51,59,221). Sum of RGB (Red+Green+Blue) = 51+59+221=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #333BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BDD is #CCC422. Grayscale: #4A4A4A. Windows color (decimal): -13419555 or 14498611. OLE color: 14498611.

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

Color convert

RGB 51 59 221 -
CMYK 0.77 0.73 0 0.13
HSL 237.18º 0.71% 0.53% -
HSV(B) 237.18º 0.77% 0.87% -
XYZ 15.98 9.05 69.31 -
YUV 75.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 51 59 221 0.77 0.73 0 0.13 237.18 0.71 0.53
Hex 33 3B DD 4D 49 0 D ED 47 35
Octal 63 73 335 115 111 0 15 355 107 65
Binary 110011 111011 11011101 1001101 1001001 0 1101 11101101 1000111 110101

Color Harmonies of #333BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BDD

Black with #333BDD

Text Example


Text Example

White with #333BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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