Html Css Color HEX #038DA0 Eastern Blue

📋 copy color: '#038DA0'

red 3 ◦ green 141 ◦ blue 160

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

Shades of Eastern Blue #038DA0

Tints of Eastern Blue #038DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.63%

R = 0.99%
G = 46.38%
B = 52.63%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#038DA0 (or 0x038DA0) is known color: Eastern Blue. HEX triplet: 03, 8D and A0. RGB value is (3,141,160). Sum of RGB (Red+Green+Blue) = 3+141+160=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #038DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DA0 is #FC725F. Grayscale: #656565. Windows color (decimal): -16544352 or 10521859. OLE color: 10521859.

HSL color Cylindrical-coordinate representation of color #038DA0: hue angle of 187.26º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DA0 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 141 160 -
CMYK 0.98 0.12 0 0.37
HSL 187.26º 0.96% 0.32% -
HSV(B) 187.26º 0.98% 0.63% -
XYZ 15.91 21.61 36.59 -
YUV 101.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 3 141 160 0.98 0.12 0 0.37 187.26 0.96 0.32
Hex 3 8D A0 62 C 0 25 BB 60 20
Octal 3 215 240 142 14 0 45 273 140 40
Binary 11 10001101 10100000 1100010 1100 0 100101 10111011 1100000 100000

Color Harmonies of #038DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DA0

Black with #038DA0

Text Example


Text Example

White with #038DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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