#038799

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

Shades of Eastern Blue #038799

Tints of Eastern Blue #038799

Color information

#038799 (or 0x038799) is unknown color: approx Eastern Blue. HEX triplet: 03, 87 and 99. RGB value is (3,135,153). Sum of RGB (Red+Green+Blue) = 3+135+153=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #038799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038799 is #FC7866. Grayscale: #616161. Windows color (decimal): -16545895 or 10061571. OLE color: 10061571.

HSL color Cylindrical-coordinate representation of color #038799: hue angle of 187.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038799 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3135153-
CMYK0.980.1200.4
HSL187.2º96.15%30.59%-
HSV(B)187.2º98.04%60%-
XYZ14.4519.6533.17-
YUV97.58159.2760.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=1.03%
G=46.39%
B=52.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31351530.980.1200.4187.296.1530.59
Hex3879962C028bb601f
Octal32072311421405027314037
Binary11100001111001100111000101100010100010111011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038799; }

 p { color: rgb(3,135,153); }

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

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

 a { background-color: rgb(3,135,153); }

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

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

 span { border-color: rgb(3,135,153); }

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