Html Css Color HEX #038AA0 Eastern Blue

📋 copy color: '#038AA0'

red 3 ◦ green 138 ◦ blue 160

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

Shades of Eastern Blue #038AA0

Tints of Eastern Blue #038AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.85%

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

R = 1%
G = 45.85%
B = 53.16%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#038AA0 (or 0x038AA0) is known color: Eastern Blue. HEX triplet: 03, 8A and A0. RGB value is (3,138,160). Sum of RGB (Red+Green+Blue) = 3+138+160=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #038AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AA0 is #FC755F. Grayscale: #636363. Windows color (decimal): -16545120 or 10521091. OLE color: 10521091.

HSL color Cylindrical-coordinate representation of color #038AA0: hue angle of 188.41º 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 #038AA0 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 138 160 -
CMYK 0.98 0.14 0 0.37
HSL 188.41º 0.96% 0.32% -
HSV(B) 188.41º 0.98% 0.63% -
XYZ 15.47 20.73 36.44 -
YUV 100.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 3 138 160 0.98 0.14 0 0.37 188.41 0.96 0.32
Hex 3 8A A0 62 E 0 25 BC 60 20
Octal 3 212 240 142 16 0 45 274 140 40
Binary 11 10001010 10100000 1100010 1110 0 100101 10111100 1100000 100000

Color Harmonies of #038AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AA0

Black with #038AA0

Text Example


Text Example

White with #038AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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