Html Css Color HEX #038AA4 Eastern Blue

📋 copy color: '#038AA4'

red 3 ◦ green 138 ◦ blue 164

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

Shades of Eastern Blue #038AA4

Tints of Eastern Blue #038AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.77%

R = 0.98%
G = 45.25%
B = 53.77%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#038AA4 (or 0x038AA4) is known color: Eastern Blue. HEX triplet: 03, 8A and A4. RGB value is (3,138,164). Sum of RGB (Red+Green+Blue) = 3+138+164=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #038AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AA4 is #FC755B. Grayscale: #646464. Windows color (decimal): -16545116 or 10783235. OLE color: 10783235.

HSL color Cylindrical-coordinate representation of color #038AA4: hue angle of 189.69º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038AA4 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 138 164 -
CMYK 0.98 0.16 0 0.36
HSL 189.69º 0.96% 0.33% -
HSV(B) 189.69º 0.98% 0.64% -
XYZ 15.83 20.88 38.32 -
YUV 100.6 163.77 58.39 -
System Red Green Blue C M Y K H S L
Decimal 3 138 164 0.98 0.16 0 0.36 189.69 0.96 0.33
Hex 3 8A A4 62 10 0 24 BE 60 21
Octal 3 212 244 142 20 0 44 276 140 41
Binary 11 10001010 10100100 1100010 10000 0 100100 10111110 1100000 100001

Color Harmonies of #038AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AA4

Black with #038AA4

Text Example


Text Example

White with #038AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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