Html Css Color HEX #038DA7 Eastern Blue

📋 copy color: '#038DA7'

red 3 ◦ green 141 ◦ blue 167

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

Shades of Eastern Blue #038DA7

Tints of Eastern Blue #038DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.7%

R = 0.96%
G = 45.34%
B = 53.7%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#038DA7 (or 0x038DA7) is known color: Eastern Blue. HEX triplet: 03, 8D and A7. RGB value is (3,141,167). Sum of RGB (Red+Green+Blue) = 3+141+167=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #038DA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DA7 is #FC7258. Grayscale: #666666. Windows color (decimal): -16544345 or 10980611. OLE color: 10980611.

HSL color Cylindrical-coordinate representation of color #038DA7: hue angle of 189.51º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DA7 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 141 167 -
CMYK 0.98 0.16 0 0.35
HSL 189.51º 0.96% 0.33% -
HSV(B) 189.51º 0.98% 0.65% -
XYZ 16.54 21.86 39.91 -
YUV 102.7 164.28 56.89 -
System Red Green Blue C M Y K H S L
Decimal 3 141 167 0.98 0.16 0 0.35 189.51 0.96 0.33
Hex 3 8D A7 62 10 0 23 BE 60 21
Octal 3 215 247 142 20 0 43 276 140 41
Binary 11 10001101 10100111 1100010 10000 0 100011 10111110 1100000 100001

Color Harmonies of #038DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DA7

Black with #038DA7

Text Example


Text Example

White with #038DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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