Html Css Color HEX #038D99 Eastern Blue

📋 copy color: '#038D99'

red 3 ◦ green 141 ◦ blue 153

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

Shades of Eastern Blue #038D99

Tints of Eastern Blue #038D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.47%

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

R = 1.01%
G = 47.47%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038D99 (or 0x038D99) is known color: Eastern Blue. HEX triplet: 03, 8D and 99. RGB value is (3,141,153). Sum of RGB (Red+Green+Blue) = 3+141+153=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #038D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038D99 is #FC7266. Grayscale: #646464. Windows color (decimal): -16544359 or 10063107. OLE color: 10063107.

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

Color convert

RGB 3 141 153 -
CMYK 0.98 0.08 0 0.4
HSL 184.8º 0.96% 0.31% -
HSV(B) 184.8º 0.98% 0.6% -
XYZ 15.31 21.37 33.45 -
YUV 101.11 157.28 58.02 -
System Red Green Blue C M Y K H S L
Decimal 3 141 153 0.98 0.08 0 0.4 184.8 0.96 0.31
Hex 3 8D 99 62 8 0 28 B9 60 1F
Octal 3 215 231 142 10 0 50 271 140 37
Binary 11 10001101 10011001 1100010 1000 0 101000 10111001 1100000 11111

Color Harmonies of #038D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D99

Black with #038D99

Text Example


Text Example

White with #038D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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