#333FCA

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

Shades of Free Speech Blue #333FCA

Tints of Free Speech Blue #333FCA

Color information

#333FCA (or 0x333FCA) is unknown color: approx Free Speech Blue. HEX triplet: 33, 3F and CA. RGB value is (51,63,202). Sum of RGB (Red+Green+Blue) = 51+63+202=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #333FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FCA is #CCC035. Grayscale: #4A4A4A. Windows color (decimal): -13418550 or 13254451. OLE color: 13254451.

HSL color Cylindrical-coordinate representation of color #333FCA: hue angle of 235.23º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333FCA is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5163202-
CMYK0.750.6900.21
HSL235.23º59.68%49.61%-
HSV(B)235.23º74.75%79.22%-
XYZ13.88.5256.79-
YUV75.26199.52110.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=16.14%
G=19.94%
B=63.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51632020.750.6900.21235.2359.6849.61
Hex333FCA4B45015eb3c32
Octal63773121131050253537462
Binary110011111111110010101001011100010101010111101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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