Html Css Color HEX #03A2C3 Pacific Blue

📋 copy color: '#03A2C3'

red 3 ◦ green 162 ◦ blue 195

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

Shades of Pacific Blue #03A2C3

Tints of Pacific Blue #03A2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 54.17%

R = 0.83%
G = 45%
B = 54.17%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#03A2C3 (or 0x03A2C3) is known color: Pacific Blue. HEX triplet: 03, A2 and C3. RGB value is (3,162,195). Sum of RGB (Red+Green+Blue) = 3+162+195=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #03A2C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2C3 is #FC5D3C. Grayscale: #757575. Windows color (decimal): -16538941 or 12820995. OLE color: 12820995.

HSL color Cylindrical-coordinate representation of color #03A2C3: hue angle of 190.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A2C3 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 162 195 -
CMYK 0.98 0.17 0 0.24
HSL 190.31º 0.97% 0.39% -
HSV(B) 190.31º 0.98% 0.76% -
XYZ 22.81 29.8 56.18 -
YUV 118.22 171.32 45.82 -
System Red Green Blue C M Y K H S L
Decimal 3 162 195 0.98 0.17 0 0.24 190.31 0.97 0.39
Hex 3 A2 C3 62 11 0 18 BE 61 27
Octal 3 242 303 142 21 0 30 276 141 47
Binary 11 10100010 11000011 1100010 10001 0 11000 10111110 1100001 100111

Color Harmonies of #03A2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A2C3

Black with #03A2C3

Text Example


Text Example

White with #03A2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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