#033ACB

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

Shades of Persian Blue #033ACB

Tints of Persian Blue #033ACB

Color information

#033ACB (or 0x033ACB) is unknown color: approx Persian Blue. HEX triplet: 03, 3A and CB. RGB value is (3,58,203). Sum of RGB (Red+Green+Blue) = 3+58+203=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #033ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ACB is #FCC534. Grayscale: #393939. Windows color (decimal): -16565557 or 13318659. OLE color: 13318659.

HSL color Cylindrical-coordinate representation of color #033ACB: hue angle of 223.5º 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 #033ACB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB358203-
CMYK0.990.7100.20
HSL223.5º97.09%40.39%-
HSV(B)223.5º98.52%79.61%-
XYZ12.337.3657.27-
YUV58.08209.7888.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 203 (79.69% from 255) = 76.89%
R=1.14%
G=21.97%
B=76.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3582030.990.7100.20223.597.0940.39
Hex33ACB6347014e06128
Octal37231314310702434014150
Binary111110101100101111000111000111010100111000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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