#032CC6

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

Shades of Persian Blue #032CC6

Tints of Persian Blue #032CC6

Color information

#032CC6 (or 0x032CC6) is unknown color: approx Persian Blue. HEX triplet: 03, 2C and C6. RGB value is (3,44,198). Sum of RGB (Red+Green+Blue) = 3+44+198=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 198 (77.73% from 255 or 80.82% from 245); Max value from RGB is 198 - color contains mainly: blue. Hex color #032CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CC6 is #FCD339. Grayscale: #303030. Windows color (decimal): -16569146 or 12987395. OLE color: 12987395.

HSL color Cylindrical-coordinate representation of color #032CC6: hue angle of 227.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032CC6 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB344198-
CMYK0.980.7800.22
HSL227.38º97.01%39.41%-
HSV(B)227.38º98.48%77.65%-
XYZ11.135.953.98-
YUV49.3211.9294.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 198 (77.73% from 255) = 80.82%
R=1.22%
G=17.96%
B=80.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3441980.980.7800.22227.3897.0139.41
Hex32CC6624E016e36127
Octal35430614211602634314147
Binary111011001100011011000101001110010110111000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032CC6; }

 p { color: rgb(3,44,198); }

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

<style>
 a { background-color: #032CC6; }

 a { background-color: rgb(3,44,198); }

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

<style>
 span { border-color: #032CC6; }

 span { border-color: rgb(3,44,198); }

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