#032ACB

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

Shades of Persian Blue #032ACB

Tints of Persian Blue #032ACB

Color information

#032ACB (or 0x032ACB) is unknown color: approx Persian Blue. HEX triplet: 03, 2A and CB. RGB value is (3,42,203). Sum of RGB (Red+Green+Blue) = 3+42+203=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #032ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ACB is #FCD534. Grayscale: #303030. Windows color (decimal): -16569653 or 13314563. OLE color: 13314563.

HSL color Cylindrical-coordinate representation of color #032ACB: hue angle of 228.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032ACB is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB342203-
CMYK0.990.7900.20
HSL228.3º97.09%40.39%-
HSV(B)228.3º98.52%79.61%-
XYZ11.655.9957.04-
YUV48.69215.0895.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 203 (79.69% from 255) = 81.85%
R=1.21%
G=16.94%
B=81.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3422030.990.7900.20228.397.0940.39
Hex32ACB634F014e46128
Octal35231314311702434414150
Binary111010101100101111000111001111010100111001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,203); }

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

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

 a { background-color: rgb(3,42,203); }

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

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

 span { border-color: rgb(3,42,203); }

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