#038499

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

Shades of Eastern Blue #038499

Tints of Eastern Blue #038499

Color information

#038499 (or 0x038499) is unknown color: approx Eastern Blue. HEX triplet: 03, 84 and 99. RGB value is (3,132,153). Sum of RGB (Red+Green+Blue) = 3+132+153=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #038499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038499 is #FC7B66. Grayscale: #5F5F5F. Windows color (decimal): -16546663 or 10060803. OLE color: 10060803.

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

Color convert

RGB3132153-
CMYK0.980.1400.4
HSL188.4º96.15%30.59%-
HSV(B)188.4º98.04%60%-
XYZ14.0418.8233.03-
YUV95.82160.2661.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=1.04%
G=45.83%
B=53.12%

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
Decimal31321530.980.1400.4188.496.1530.59
Hex3849962E028bc601f
Octal32042311421605027414037
Binary11100001001001100111000101110010100010111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038499; }

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

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

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

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

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

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

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

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