Html Css Color HEX #333BDE Free Speech Blue

📋 copy color: '#333BDE'

red 51 ◦ green 59 ◦ blue 222

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

Shades of Free Speech Blue #333BDE

Tints of Free Speech Blue #333BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 15.36%
G = 17.77%
B = 66.87%

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

#333BDE (or 0x333BDE) is known color: Free Speech Blue. HEX triplet: 33, 3B and DE. RGB value is (51,59,222). Sum of RGB (Red+Green+Blue) = 51+59+222=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #333BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BDE is #CCC421. Grayscale: #4A4A4A. Windows color (decimal): -13419554 or 14564147. OLE color: 14564147.

HSL color Cylindrical-coordinate representation of color #333BDE: hue angle of 237.19º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333BDE is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 59 222 -
CMYK 0.77 0.73 0 0.13
HSL 237.19º 0.72% 0.54% -
HSV(B) 237.19º 0.77% 0.87% -
XYZ 16.11 9.11 70.02 -
YUV 75.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 51 59 222 0.77 0.73 0 0.13 237.19 0.72 0.54
Hex 33 3B DE 4D 49 0 D ED 48 36
Octal 63 73 336 115 111 0 15 355 110 66
Binary 110011 111011 11011110 1001101 1001001 0 1101 11101101 1001000 110110

Color Harmonies of #333BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BDE

Black with #333BDE

Text Example


Text Example

White with #333BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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