#038399

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

Shades of Eastern Blue #038399

Tints of Eastern Blue #038399

Color information

#038399 (or 0x038399) is unknown color: approx Eastern Blue. HEX triplet: 03, 83 and 99. RGB value is (3,131,153). Sum of RGB (Red+Green+Blue) = 3+131+153=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #038399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038399 is #FC7C66. Grayscale: #5F5F5F. Windows color (decimal): -16546919 or 10060547. OLE color: 10060547.

HSL color Cylindrical-coordinate representation of color #038399: hue angle of 188.8º 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 #038399 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3131153-
CMYK0.980.1400.4
HSL188.8º96.15%30.59%-
HSV(B)188.8º98.04%60%-
XYZ13.918.5532.99-
YUV95.24160.5962.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=1.05%
G=45.64%
B=53.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31311530.980.1400.4188.896.1530.59
Hex3839962E028bd601f
Octal32032311421605027514037
Binary11100000111001100111000101110010100010111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038399; }

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

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

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

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

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

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

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

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