Html Css Color HEX #03A3C1 Pacific Blue

📋 copy color: '#03A3C1'

red 3 ◦ green 163 ◦ blue 193

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

Shades of Pacific Blue #03A3C1

Tints of Pacific Blue #03A3C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.76%

R = 0.84%
G = 45.4%
B = 53.76%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#03A3C1 (or 0x03A3C1) is known color: Pacific Blue. HEX triplet: 03, A3 and C1. RGB value is (3,163,193). Sum of RGB (Red+Green+Blue) = 3+163+193=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #03A3C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3C1 is #FC5C3E. Grayscale: #767676. Windows color (decimal): -16538687 or 12690179. OLE color: 12690179.

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

Color convert

RGB 3 163 193 -
CMYK 0.98 0.16 0 0.24
HSL 189.47º 0.97% 0.38% -
HSV(B) 189.47º 0.98% 0.76% -
XYZ 22.76 30.06 55.06 -
YUV 118.58 169.99 45.56 -
System Red Green Blue C M Y K H S L
Decimal 3 163 193 0.98 0.16 0 0.24 189.47 0.97 0.38
Hex 3 A3 C1 62 10 0 18 BD 61 26
Octal 3 243 301 142 20 0 30 275 141 46
Binary 11 10100011 11000001 1100010 10000 0 11000 10111101 1100001 100110

Color Harmonies of #03A3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A3C1

Black with #03A3C1

Text Example


Text Example

White with #03A3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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