Html Css Color HEX #03A3C0 Pacific Blue

📋 copy color: '#03A3C0'

red 3 ◦ green 163 ◦ blue 192

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

Shades of Pacific Blue #03A3C0

Tints of Pacific Blue #03A3C0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 0.84%
G = 45.53%
B = 53.63%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#03A3C0 (or 0x03A3C0) is known color: Pacific Blue. HEX triplet: 03, A3 and C0. RGB value is (3,163,192). Sum of RGB (Red+Green+Blue) = 3+163+192=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #03A3C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3C0 is #FC5C3F. Grayscale: #767676. Windows color (decimal): -16538688 or 12624643. OLE color: 12624643.

HSL color Cylindrical-coordinate representation of color #03A3C0: hue angle of 189.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A3C0 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 163 192 -
CMYK 0.98 0.15 0 0.25
HSL 189.21º 0.97% 0.38% -
HSV(B) 189.21º 0.98% 0.75% -
XYZ 22.65 30.02 54.47 -
YUV 118.47 169.49 45.64 -
System Red Green Blue C M Y K H S L
Decimal 3 163 192 0.98 0.15 0 0.25 189.21 0.97 0.38
Hex 3 A3 C0 62 F 0 19 BD 61 26
Octal 3 243 300 142 17 0 31 275 141 46
Binary 11 10100011 11000000 1100010 1111 0 11001 10111101 1100001 100110

Color Harmonies of #03A3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A3C0

Black with #03A3C0

Text Example


Text Example

White with #03A3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,163,192); }

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

background-color css

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

 a { background-color: rgb(3,163,192); }

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

border-color css

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

 span { border-color: rgb(3,163,192); }

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