#3330ce

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

Shades of Persian Blue #3330CE

Tints of Persian Blue #3330CE

Color information

#3330CE (or 0x3330CE) is unknown color: approx Persian Blue. HEX triplet: 33, 30 and CE. RGB value is (51,48,206). Sum of RGB (Red+Green+Blue) = 51+48+206=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #3330CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330CE is #CCCF31. Grayscale: #424242. Windows color (decimal): -13422386 or 13512755. OLE color: 13512755.

HSL color Cylindrical-coordinate representation of color #3330CE: hue angle of 241.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3330CE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5148206-
CMYK0.750.7700.19
HSL241.14º62.2%49.8%-
HSV(B)241.14º76.7%80.78%-
XYZ13.567.2759.08-
YUV66.91206.49116.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=16.72%
G=15.74%
B=67.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51482060.750.7700.19241.1462.249.8
Hex3330CE4B4D013f13e32
Octal63603161131150233617662
Binary110011110000110011101001011100110101001111110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3330ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3330ce; }

 p { color: rgb(51,48,206); }

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

<style>
 a { background-color: #3330ce; }

 a { background-color: rgb(51,48,206); }

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

<style>
 span { border-color: #3330ce; }

 span { border-color: rgb(51,48,206); }

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