#038FCA

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

Shades of Pacific Blue #038FCA

Tints of Pacific Blue #038FCA

Color information

#038FCA (or 0x038FCA) is unknown color: approx Pacific Blue. HEX triplet: 03, 8F and CA. RGB value is (3,143,202). Sum of RGB (Red+Green+Blue) = 3+143+202=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #038FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FCA is #FC7035. Grayscale: #6B6B6B. Windows color (decimal): -16543798 or 13274883. OLE color: 13274883.

HSL color Cylindrical-coordinate representation of color #038FCA: hue angle of 197.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038FCA is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3143202-
CMYK0.990.2900.21
HSL197.79º97.07%40.2%-
HSV(B)197.79º98.51%79.22%-
XYZ20.5223.9359.41-
YUV107.87181.1253.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 202 (79.30% from 255) = 58.05%
R=0.86%
G=41.09%
B=58.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31432020.990.2900.21197.7997.0740.2
Hex38FCA631D015c66128
Octal32173121433502530614150
Binary111000111111001010110001111101010101110001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,143,202); }

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

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

 a { background-color: rgb(3,143,202); }

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

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

 span { border-color: rgb(3,143,202); }

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