Html Css Color HEX #038AA5 Eastern Blue

📋 copy color: '#038AA5'

red 3 ◦ green 138 ◦ blue 165

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

Shades of Eastern Blue #038AA5

Tints of Eastern Blue #038AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.92%

R = 0.98%
G = 45.1%
B = 53.92%

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

#038AA5 (or 0x038AA5) is known color: Eastern Blue. HEX triplet: 03, 8A and A5. RGB value is (3,138,165). Sum of RGB (Red+Green+Blue) = 3+138+165=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #038AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AA5 is #FC755A. Grayscale: #646464. Windows color (decimal): -16545115 or 10848771. OLE color: 10848771.

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

Color convert

RGB 3 138 165 -
CMYK 0.98 0.16 0 0.35
HSL 190º 0.96% 0.33% -
HSV(B) 190º 0.98% 0.65% -
XYZ 15.92 20.91 38.79 -
YUV 100.71 164.27 58.3 -
System Red Green Blue C M Y K H S L
Decimal 3 138 165 0.98 0.16 0 0.35 190 0.96 0.33
Hex 3 8A A5 62 10 0 23 BE 60 21
Octal 3 212 245 142 20 0 43 276 140 41
Binary 11 10001010 10100101 1100010 10000 0 100011 10111110 1100000 100001

Color Harmonies of #038AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AA5

Black with #038AA5

Text Example


Text Example

White with #038AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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