Html Css Color HEX #038899 Eastern Blue

📋 copy color: '#038899'

red 3 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #038899

Tints of Eastern Blue #038899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 1.03%
G = 46.58%
B = 52.4%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038899 (or 0x038899) is known color: Eastern Blue. HEX triplet: 03, 88 and 99. RGB value is (3,136,153). Sum of RGB (Red+Green+Blue) = 3+136+153=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #038899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038899 is #FC7766. Grayscale: #616161. Windows color (decimal): -16545639 or 10061827. OLE color: 10061827.

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

Color convert

RGB 3 136 153 -
CMYK 0.98 0.11 0 0.4
HSL 186.8º 0.96% 0.31% -
HSV(B) 186.8º 0.98% 0.6% -
XYZ 14.59 19.93 33.21 -
YUV 98.17 158.94 60.12 -
System Red Green Blue C M Y K H S L
Decimal 3 136 153 0.98 0.11 0 0.4 186.8 0.96 0.31
Hex 3 88 99 62 B 0 28 BB 60 1F
Octal 3 210 231 142 13 0 50 273 140 37
Binary 11 10001000 10011001 1100010 1011 0 101000 10111011 1100000 11111

Color Harmonies of #038899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038899

Black with #038899

Text Example


Text Example

White with #038899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038899; }

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

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

background-color css

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

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

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

border-color css

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

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

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