Html Css Color HEX #038A98 Eastern Blue

📋 copy color: '#038A98'

red 3 ◦ green 138 ◦ blue 152

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

Shades of Eastern Blue #038A98

Tints of Eastern Blue #038A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 1.02%
G = 47.1%
B = 51.88%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#038A98 (or 0x038A98) is known color: Eastern Blue. HEX triplet: 03, 8A and 98. RGB value is (3,138,152). Sum of RGB (Red+Green+Blue) = 3+138+152=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #038A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038A98 is #FC7567. Grayscale: #636363. Windows color (decimal): -16545128 or 9996803. OLE color: 9996803.

HSL color Cylindrical-coordinate representation of color #038A98: hue angle of 185.64º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A98 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 138 152 -
CMYK 0.98 0.09 0 0.40
HSL 185.64º 0.96% 0.3% -
HSV(B) 185.64º 0.98% 0.6% -
XYZ 14.79 20.46 32.88 -
YUV 99.23 157.77 59.36 -
System Red Green Blue C M Y K H S L
Decimal 3 138 152 0.98 0.09 0 0.40 185.64 0.96 0.3
Hex 3 8A 98 62 9 0 28 BA 60 1E
Octal 3 212 230 142 11 0 50 272 140 36
Binary 11 10001010 10011000 1100010 1001 0 101000 10111010 1100000 11110

Color Harmonies of #038A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038A98

Black with #038A98

Text Example


Text Example

White with #038A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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