Html Css Color HEX #038CAA Eastern Blue

📋 copy color: '#038CAA'

red 3 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #038CAA

Tints of Eastern Blue #038CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.73%

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

R = 0.96%
G = 44.73%
B = 54.31%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#038CAA (or 0x038CAA) is known color: Eastern Blue. HEX triplet: 03, 8C and AA. RGB value is (3,140,170). Sum of RGB (Red+Green+Blue) = 3+140+170=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #038CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038CAA is #FC7355. Grayscale: #666666. Windows color (decimal): -16544598 or 11176963. OLE color: 11176963.

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

Color convert

RGB 3 140 170 -
CMYK 0.98 0.18 0 0.33
HSL 190.78º 0.97% 0.34% -
HSV(B) 190.78º 0.98% 0.67% -
XYZ 16.67 21.68 41.34 -
YUV 102.46 166.11 57.06 -
System Red Green Blue C M Y K H S L
Decimal 3 140 170 0.98 0.18 0 0.33 190.78 0.97 0.34
Hex 3 8C AA 62 12 0 21 BF 61 22
Octal 3 214 252 142 22 0 41 277 141 42
Binary 11 10001100 10101010 1100010 10010 0 100001 10111111 1100001 100010

Color Harmonies of #038CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CAA

Black with #038CAA

Text Example


Text Example

White with #038CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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