#332FC8

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

Shades of Persian Blue #332FC8

Tints of Persian Blue #332FC8

Color information

#332FC8 (or 0x332FC8) is unknown color: approx Persian Blue. HEX triplet: 33, 2F and C8. RGB value is (51,47,200). Sum of RGB (Red+Green+Blue) = 51+47+200=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 200 (78.52% from 255 or 67.11% from 298); Max value from RGB is 200 - color contains mainly: blue. Hex color #332FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FC8 is #CCD037. Grayscale: #414141. Windows color (decimal): -13422648 or 13119283. OLE color: 13119283.

HSL color Cylindrical-coordinate representation of color #332FC8: hue angle of 241.57º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332FC8 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5147200-
CMYK0.740.7600.22
HSL241.57º61.94%48.43%-
HSV(B)241.57º76.5%78.43%-
XYZ12.816.9155.3-
YUV65.64203.83117.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 200 (78.52% from 255) = 67.11%
R=17.11%
G=15.77%
B=67.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51472000.740.7600.22241.5761.9448.43
Hex332FC84A4C016f23e30
Octal63573101121140263627660
Binary110011101111110010001001010100110001011011110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332FC8; }

 p { color: rgb(51,47,200); }

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

<style>
 a { background-color: #332FC8; }

 a { background-color: rgb(51,47,200); }

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

<style>
 span { border-color: #332FC8; }

 span { border-color: rgb(51,47,200); }

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