Html Css Color HEX #333FDD Free Speech Blue

📋 copy color: '#333FDD'

red 51 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Blue #333FDD

Tints of Free Speech Blue #333FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

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

R = 15.22%
G = 18.81%
B = 65.97%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#333FDD (or 0x333FDD) is known color: Free Speech Blue. HEX triplet: 33, 3F and DD. RGB value is (51,63,221). Sum of RGB (Red+Green+Blue) = 51+63+221=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #333FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FDD is #CCC022. Grayscale: #4C4C4C. Windows color (decimal): -13418531 or 14499635. OLE color: 14499635.

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

Color convert

RGB 51 63 221 -
CMYK 0.77 0.71 0 0.13
HSL 235.76º 0.71% 0.53% -
HSV(B) 235.76º 0.77% 0.87% -
XYZ 16.19 9.48 69.38 -
YUV 77.42 209.02 109.15 -
System Red Green Blue C M Y K H S L
Decimal 51 63 221 0.77 0.71 0 0.13 235.76 0.71 0.53
Hex 33 3F DD 4D 47 0 D EC 47 35
Octal 63 77 335 115 107 0 15 354 107 65
Binary 110011 111111 11011101 1001101 1000111 0 1101 11101100 1000111 110101

Color Harmonies of #333FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FDD

Black with #333FDD

Text Example


Text Example

White with #333FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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