Html Css Color HEX #038895 Eastern Blue

📋 copy color: '#038895'

red 3 ◦ green 136 ◦ blue 149

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

Shades of Eastern Blue #038895

Tints of Eastern Blue #038895

RGB

 RED value IS 3 (1.56% from 255) = 1.04%

 GREEN value IS 136 (53.52% from 255) = 47.22%

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 1.04%
G = 47.22%
B = 51.74%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038895 (or 0x038895) is known color: Eastern Blue. HEX triplet: 03, 88 and 95. RGB value is (3,136,149). Sum of RGB (Red+Green+Blue) = 3+136+149=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #038895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038895 is #FC776A. Grayscale: #616161. Windows color (decimal): -16545643 or 9799683. OLE color: 9799683.

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

Color convert

RGB 3 136 149 -
CMYK 0.98 0.09 0 0.42
HSL 185.34º 0.96% 0.3% -
HSV(B) 185.34º 0.98% 0.58% -
XYZ 14.27 19.8 31.5 -
YUV 97.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 3 136 149 0.98 0.09 0 0.42 185.34 0.96 0.3
Hex 3 88 95 62 9 0 2A B9 60 1E
Octal 3 210 225 142 11 0 52 271 140 36
Binary 11 10001000 10010101 1100010 1001 0 101010 10111001 1100000 11110

Color Harmonies of #038895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038895

Black with #038895

Text Example


Text Example

White with #038895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038895; }

 p { color: rgb(3,136,149); }

 H1.HeaderClassName
 {
   color: #038895;
 }
 .AnyTagClassName
 {
   color: #038895;
 }
</style>

background-color css

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

 a { background-color: rgb(3,136,149); }

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

border-color css

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

 span { border-color: rgb(3,136,149); }

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