Html Css Color HEX #333FD5 Free Speech Blue

📋 copy color: '#333FD5'

red 51 ◦ green 63 ◦ blue 213

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

Shades of Free Speech Blue #333FD5

Tints of Free Speech Blue #333FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.14%

R = 15.6%
G = 19.27%
B = 65.14%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#333FD5 (or 0x333FD5) is known color: Free Speech Blue. HEX triplet: 33, 3F and D5. RGB value is (51,63,213). Sum of RGB (Red+Green+Blue) = 51+63+213=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #333FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FD5 is #CCC02A. Grayscale: #4B4B4B. Windows color (decimal): -13418539 or 13975347. OLE color: 13975347.

HSL color Cylindrical-coordinate representation of color #333FD5: hue angle of 235.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #333FD5 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 63 213 -
CMYK 0.76 0.70 0 0.16
HSL 235.56º 0.66% 0.52% -
HSV(B) 235.56º 0.76% 0.84% -
XYZ 15.15 9.06 63.9 -
YUV 76.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 51 63 213 0.76 0.70 0 0.16 235.56 0.66 0.52
Hex 33 3F D5 4C 46 0 10 EC 42 34
Octal 63 77 325 114 106 0 20 354 102 64
Binary 110011 111111 11010101 1001100 1000110 0 10000 11101100 1000010 110100

Color Harmonies of #333FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FD5

Black with #333FD5

Text Example


Text Example

White with #333FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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