Html Css Color HEX #038497 Eastern Blue

📋 copy color: '#038497'

red 3 ◦ green 132 ◦ blue 151

#038497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #038497

Tints of Eastern Blue #038497

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.8%

R = 1.05%
G = 46.15%
B = 52.8%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#038497 (or 0x038497) is known color: 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

RGB 3 132 151 -
CMYK 0.98 0.13 0 0.41
HSL 187.7º 0.96% 0.3% -
HSV(B) 187.7º 0.98% 0.59% -
XYZ 13.87 18.76 32.17 -
YUV 95.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 3 132 151 0.98 0.13 0 0.41 187.7 0.96 0.3
Hex 3 84 97 62 D 0 29 BC 60 1E
Octal 3 204 227 142 15 0 51 274 140 36
Binary 11 10000100 10010111 1100010 1101 0 101001 10111100 1100000 11110

Color Harmonies of #038497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038497

Black with #038497

Text Example


Text Example

White with #038497

Text Example


Text Example

HTML Codes & Css Web 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>