#038ACF

Color #038ACF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #038ACF

Tints of Pacific Blue #038ACF

Color information

#038ACF (or 0x038ACF) is unknown color: approx Pacific Blue. HEX triplet: 03, 8A and CF. RGB value is (3,138,207). Sum of RGB (Red+Green+Blue) = 3+138+207=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #038ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ACF is #FC7530. Grayscale: #696969. Windows color (decimal): -16545073 or 13601283. OLE color: 13601283.

HSL color Cylindrical-coordinate representation of color #038ACF: hue angle of 200.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ACF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3138207-
CMYK0.990.3300.19
HSL200.29º97.14%41.18%-
HSV(B)200.29º98.55%81.18%-
XYZ20.3922.762.34-
YUV105.5185.2754.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 207 (81.25% from 255) = 59.48%
R=0.86%
G=39.66%
B=59.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31382070.990.3300.19200.2997.1441.18
Hex38ACF6321013c86129
Octal32123171434102331014151
Binary1110001010110011111100011100001010011110010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038ACF; }

 p { color: rgb(3,138,207); }

 H1.HeaderClassName
 {
   color: #038ACF;
 }
 .AnyTagClassName
 {
   color: #038ACF;
 }
</style>
background-color css

<style>
 a { background-color: #038ACF; }

 a { background-color: rgb(3,138,207); }

 div.DivClassName
 {
   background-color: #038ACF;
 }
 .BgClassName
 {
   background-color: #038ACF;
 }
</style>
border-color css

<style>
 span { border-color: #038ACF; }

 span { border-color: rgb(3,138,207); }

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