Html Css Color HEX #038AAA Eastern Blue

📋 copy color: '#038AAA'

red 3 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #038AAA

Tints of Eastern Blue #038AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 0.96%
G = 44.37%
B = 54.66%

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

#038AAA (or 0x038AAA) is known color: Eastern Blue. HEX triplet: 03, 8A and AA. RGB value is (3,138,170). Sum of RGB (Red+Green+Blue) = 3+138+170=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #038AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AAA is #FC7555. Grayscale: #656565. Windows color (decimal): -16545110 or 11176451. OLE color: 11176451.

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

Color convert

RGB 3 138 170 -
CMYK 0.98 0.19 0 0.33
HSL 191.5º 0.97% 0.34% -
HSV(B) 191.5º 0.98% 0.67% -
XYZ 16.38 21.1 41.24 -
YUV 101.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 3 138 170 0.98 0.19 0 0.33 191.5 0.97 0.34
Hex 3 8A AA 62 13 0 21 BF 61 22
Octal 3 212 252 142 23 0 41 277 141 42
Binary 11 10001010 10101010 1100010 10011 0 100001 10111111 1100001 100010

Color Harmonies of #038AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AAA

Black with #038AAA

Text Example


Text Example

White with #038AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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