Html Css Color HEX #03A3E0 Pacific Blue

📋 copy color: '#03A3E0'

red 3 ◦ green 163 ◦ blue 224

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

Shades of Pacific Blue #03A3E0

Tints of Pacific Blue #03A3E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.44%

R = 0.77%
G = 41.79%
B = 57.44%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03A3E0 (or 0x03A3E0) is known color: Pacific Blue. HEX triplet: 03, A3 and E0. RGB value is (3,163,224). Sum of RGB (Red+Green+Blue) = 3+163+224=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #03A3E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A3E0 is #FC5C1F. Grayscale: #797979. Windows color (decimal): -16538656 or 14721795. OLE color: 14721795.

HSL color Cylindrical-coordinate representation of color #03A3E0: hue angle of 196.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A3E0 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 163 224 -
CMYK 0.99 0.27 0 0.12
HSL 196.56º 0.97% 0.45% -
HSV(B) 196.56º 0.99% 0.88% -
XYZ 26.59 31.6 75.22 -
YUV 122.11 185.49 43.04 -
System Red Green Blue C M Y K H S L
Decimal 3 163 224 0.99 0.27 0 0.12 196.56 0.97 0.45
Hex 3 A3 E0 63 1B 0 C C5 61 2D
Octal 3 243 340 143 33 0 14 305 141 55
Binary 11 10100011 11100000 1100011 11011 0 1100 11000101 1100001 101101

Color Harmonies of #03A3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A3E0

Black with #03A3E0

Text Example


Text Example

White with #03A3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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