Html Css Color HEX #038BA6 Eastern Blue

📋 copy color: '#038BA6'

red 3 ◦ green 139 ◦ blue 166

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

Shades of Eastern Blue #038BA6

Tints of Eastern Blue #038BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 166 (65.23% from 255) = 53.9%

R = 0.97%
G = 45.13%
B = 53.9%

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

#038BA6 (or 0x038BA6) is known color: Eastern Blue. HEX triplet: 03, 8B and A6. RGB value is (3,139,166). Sum of RGB (Red+Green+Blue) = 3+139+166=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #038BA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BA6 is #FC7459. Grayscale: #656565. Windows color (decimal): -16544858 or 10914563. OLE color: 10914563.

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

Color convert

RGB 3 139 166 -
CMYK 0.98 0.16 0 0.35
HSL 189.94º 0.96% 0.33% -
HSV(B) 189.94º 0.98% 0.65% -
XYZ 16.15 21.24 39.32 -
YUV 101.41 164.44 57.8 -
System Red Green Blue C M Y K H S L
Decimal 3 139 166 0.98 0.16 0 0.35 189.94 0.96 0.33
Hex 3 8B A6 62 10 0 23 BE 60 21
Octal 3 213 246 142 20 0 43 276 140 41
Binary 11 10001011 10100110 1100010 10000 0 100011 10111110 1100000 100001

Color Harmonies of #038BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BA6

Black with #038BA6

Text Example


Text Example

White with #038BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,139,166); }

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

background-color css

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

 a { background-color: rgb(3,139,166); }

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

border-color css

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

 span { border-color: rgb(3,139,166); }

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