#03A2CA

Color #03A2CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #03A2CA

Tints of Pacific Blue #03A2CA

Color information

#03A2CA (or 0x03A2CA) is unknown color: approx Pacific Blue. HEX triplet: 03, A2 and CA. RGB value is (3,162,202). Sum of RGB (Red+Green+Blue) = 3+162+202=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #03A2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2CA is #FC5D35. Grayscale: #767676. Windows color (decimal): -16538934 or 13279747. OLE color: 13279747.

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

Color convert

RGB3162202-
CMYK0.990.2000.21
HSL192.06º97.07%40.2%-
HSV(B)192.06º98.51%79.22%-
XYZ23.6230.1260.45-
YUV119.02174.8245.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=0.82%
G=44.14%
B=55.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31622020.990.2000.21192.0697.0740.2
Hex3A2CA6314015c06128
Octal32423121432402530014150
Binary111010001011001010110001110100010101110000001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A2CA; }

 p { color: rgb(3,162,202); }

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

<style>
 a { background-color: #03A2CA; }

 a { background-color: rgb(3,162,202); }

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

<style>
 span { border-color: #03A2CA; }

 span { border-color: rgb(3,162,202); }

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