Html Css Color HEX #03A2D2 Pacific Blue

📋 copy color: '#03A2D2'

red 3 ◦ green 162 ◦ blue 210

#03A2D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #03A2D2

Tints of Pacific Blue #03A2D2

RGB

 RED value IS 3 (1.56% from 255) = 0.8%

 GREEN value IS 162 (63.67% from 255) = 43.2%

 BLUE value IS 210 (82.42% from 255) = 56%

R = 0.8%
G = 43.2%
B = 56%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03A2D2 (or 0x03A2D2) is known color: Pacific Blue. HEX triplet: 03, A2 and D2. RGB value is (3,162,210). Sum of RGB (Red+Green+Blue) = 3+162+210=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #03A2D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2D2 is #FC5D2D. Grayscale: #777777. Windows color (decimal): -16538926 or 13804035. OLE color: 13804035.

HSL color Cylindrical-coordinate representation of color #03A2D2: hue angle of 193.91º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A2D2 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 162 210 -
CMYK 0.99 0.23 0 0.18
HSL 193.91º 0.97% 0.42% -
HSV(B) 193.91º 0.99% 0.82% -
XYZ 24.59 30.51 65.57 -
YUV 119.93 178.82 44.6 -
System Red Green Blue C M Y K H S L
Decimal 3 162 210 0.99 0.23 0 0.18 193.91 0.97 0.42
Hex 3 A2 D2 63 17 0 12 C2 61 2A
Octal 3 242 322 143 27 0 22 302 141 52
Binary 11 10100010 11010010 1100011 10111 0 10010 11000010 1100001 101010

Color Harmonies of #03A2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A2D2

Black with #03A2D2

Text Example


Text Example

White with #03A2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03A2D2;
 }
 .AnyTagClassName
 {
   color: #03A2D2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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