#333BD5

Color #333BD5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #333BD5

Tints of Free Speech Blue #333BD5

Color information

#333BD5 (or 0x333BD5) is unknown color: approx Free Speech Blue. HEX triplet: 33, 3B and D5. RGB value is (51,59,213). Sum of RGB (Red+Green+Blue) = 51+59+213=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #333BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BD5 is #CCC42A. Grayscale: #494949. Windows color (decimal): -13419563 or 13974323. OLE color: 13974323.

HSL color Cylindrical-coordinate representation of color #333BD5: hue angle of 237.04º 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 #333BD5 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5159213-
CMYK0.760.7200.16
HSL237.04º65.85%51.76%-
HSV(B)237.04º76.06%83.53%-
XYZ14.948.6463.83-
YUV74.16206.35111.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 213 (83.59% from 255) = 65.94%
R=15.79%
G=18.27%
B=65.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51592130.760.7200.16237.0465.8551.76
Hex333BD54C48010ed4234
Octal637332511411002035510264
Binary1100111110111101010110011001001000010000111011011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #333BD5;
 }
 .AnyTagClassName
 {
   color: #333BD5;
 }
</style>
background-color css

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

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

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

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

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

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