#038497

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

Shades of Eastern Blue #038497

Tints of Eastern Blue #038497

Color information

#038497 (or 0x038497) is unknown color: approx Eastern Blue. HEX triplet: 03, 84 and 97. RGB value is (3,132,151). Sum of RGB (Red+Green+Blue) = 3+132+151=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #038497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038497 is #FC7B68. Grayscale: #5F5F5F. Windows color (decimal): -16546665 or 9929731. OLE color: 9929731.

HSL color Cylindrical-coordinate representation of color #038497: hue angle of 187.7º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038497 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3132151-
CMYK0.980.1300.41
HSL187.7º96.1%30.2%-
HSV(B)187.7º98.01%59.22%-
XYZ13.8718.7632.17-
YUV95.6159.2661.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 151 (59.38% from 255) = 52.80%
R=1.05%
G=46.15%
B=52.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31321510.980.1300.41187.796.130.2
Hex3849762D029bc601e
Octal32042271421505127414036
Binary11100001001001011111000101101010100110111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038497; }

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

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

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

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

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

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

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

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