#038ED3

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

Shades of Pacific Blue #038ED3

Tints of Pacific Blue #038ED3

Color information

#038ED3 (or 0x038ED3) is unknown color: approx Pacific Blue. HEX triplet: 03, 8E and D3. RGB value is (3,142,211). Sum of RGB (Red+Green+Blue) = 3+142+211=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #038ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ED3 is #FC712C. Grayscale: #6B6B6B. Windows color (decimal): -16544045 or 13864451. OLE color: 13864451.

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

Color convert

RGB3142211-
CMYK0.990.3300.17
HSL199.9º97.2%41.96%-
HSV(B)199.9º98.58%82.75%-
XYZ21.4724.0765.14-
YUV108.3185.9552.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 211 (82.81% from 255) = 59.27%
R=0.84%
G=39.89%
B=59.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31422110.990.3300.17199.997.241.96
Hex38ED36321011c8612a
Octal32163231434102131014152
Binary1110001110110100111100011100001010001110010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,142,211); }

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

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

 a { background-color: rgb(3,142,211); }

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

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

 span { border-color: rgb(3,142,211); }

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