#333AE0

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

Shades of Free Speech Blue #333AE0

Tints of Free Speech Blue #333AE0

Color information

#333AE0 (or 0x333AE0) is unknown color: approx Free Speech Blue. HEX triplet: 33, 3A and E0. RGB value is (51,58,224). Sum of RGB (Red+Green+Blue) = 51+58+224=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #333AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333AE0 is #CCC51F. Grayscale: #4A4A4A. Windows color (decimal): -13419808 or 14694963. OLE color: 14694963.

HSL color Cylindrical-coordinate representation of color #333AE0: hue angle of 237.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333AE0 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5158224-
CMYK0.770.7400.12
HSL237.57º73.62%53.92%-
HSV(B)237.57º77.23%87.84%-
XYZ16.339.1171.42-
YUV74.83212.18111-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 224 (87.89% from 255) = 67.27%
R=15.32%
G=17.42%
B=67.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal51582240.770.7400.12237.5773.6253.92
Hex333AE04D4A0Cee4a36
Octal637234011511201435611266
Binary110011111010111000001001101100101001100111011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,58,224); }

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

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

 a { background-color: rgb(51,58,224); }

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

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

 span { border-color: rgb(51,58,224); }

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