#333FC6

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

Shades of Persian Blue #333FC6

Tints of Persian Blue #333FC6

Color information

#333FC6 (or 0x333FC6) is unknown color: approx Persian Blue. HEX triplet: 33, 3F and C6. RGB value is (51,63,198). Sum of RGB (Red+Green+Blue) = 51+63+198=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #333FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FC6 is #CCC039. Grayscale: #4A4A4A. Windows color (decimal): -13418554 or 12992307. OLE color: 12992307.

HSL color Cylindrical-coordinate representation of color #333FC6: hue angle of 235.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333FC6 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5163198-
CMYK0.740.6800.22
HSL235.1º59.04%48.82%-
HSV(B)235.1º74.24%77.65%-
XYZ13.348.3454.33-
YUV74.8197.52111.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 198 (77.73% from 255) = 63.46%
R=16.35%
G=20.19%
B=63.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51631980.740.6800.22235.159.0448.82
Hex333FC64A44016eb3b31
Octal63773061121040263537361
Binary110011111111110001101001010100010001011011101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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