#0398CE

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

Shades of Pacific Blue #0398CE

Tints of Pacific Blue #0398CE

Color information

#0398CE (or 0x0398CE) is unknown color: approx Pacific Blue. HEX triplet: 03, 98 and CE. RGB value is (3,152,206). Sum of RGB (Red+Green+Blue) = 3+152+206=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #0398CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398CE is #FC6731. Grayscale: #717171. Windows color (decimal): -16541490 or 13539331. OLE color: 13539331.

HSL color Cylindrical-coordinate representation of color #0398CE: hue angle of 195.96º 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 #0398CE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3152206-
CMYK0.990.2600.19
HSL195.96º97.13%40.98%-
HSV(B)195.96º98.54%80.78%-
XYZ22.4126.9362.41-
YUV113.6180.1449.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.83%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=0.83%
G=42.11%
B=57.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31522060.990.2600.19195.9697.1340.98
Hex398CE631A013c46129
Octal32303161433202330414151
Binary111001100011001110110001111010010011110001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0398CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0398CE; }

 p { color: rgb(3,152,206); }

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

<style>
 a { background-color: #0398CE; }

 a { background-color: rgb(3,152,206); }

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

<style>
 span { border-color: #0398CE; }

 span { border-color: rgb(3,152,206); }

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