Html Css Color HEX #038AAB Eastern Blue

📋 copy color: '#038AAB'

red 3 ◦ green 138 ◦ blue 171

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

Shades of Eastern Blue #038AAB

Tints of Eastern Blue #038AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 0.96%
G = 44.23%
B = 54.81%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#038AAB (or 0x038AAB) is known color: Eastern Blue. HEX triplet: 03, 8A and AB. RGB value is (3,138,171). Sum of RGB (Red+Green+Blue) = 3+138+171=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #038AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AAB is #FC7554. Grayscale: #656565. Windows color (decimal): -16545109 or 11241987. OLE color: 11241987.

HSL color Cylindrical-coordinate representation of color #038AAB: hue angle of 191.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038AAB is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 138 171 -
CMYK 0.98 0.19 0 0.33
HSL 191.79º 0.97% 0.34% -
HSV(B) 191.79º 0.98% 0.67% -
XYZ 16.48 21.14 41.74 -
YUV 101.4 167.27 57.82 -
System Red Green Blue C M Y K H S L
Decimal 3 138 171 0.98 0.19 0 0.33 191.79 0.97 0.34
Hex 3 8A AB 62 13 0 21 C0 61 22
Octal 3 212 253 142 23 0 41 300 141 42
Binary 11 10001010 10101011 1100010 10011 0 100001 11000000 1100001 100010

Color Harmonies of #038AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AAB

Black with #038AAB

Text Example


Text Example

White with #038AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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