#038DA3

Color #038DA3 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #038DA3

Tints of Eastern Blue #038DA3

Color information

#038DA3 (or 0x038DA3) is unknown color: approx Eastern Blue. HEX triplet: 03, 8D and A3. RGB value is (3,141,163). Sum of RGB (Red+Green+Blue) = 3+141+163=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #038DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DA3 is #FC725C. Grayscale: #666666. Windows color (decimal): -16544349 or 10718467. OLE color: 10718467.

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

Color convert

RGB3141163-
CMYK0.980.1300.36
HSL188.25º96.39%32.55%-
HSV(B)188.25º98.16%63.92%-
XYZ16.1721.7137.99-
YUV102.25162.2857.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 163 (64.06% from 255) = 53.09%
R=0.98%
G=45.93%
B=53.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31411630.980.1300.36188.2596.3932.55
Hex38DA362D024bc6021
Octal32152431421504427414041
Binary111000110110100011110001011010100100101111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,141,163); }

 H1.HeaderClassName
 {
   color: #038DA3;
 }
 .AnyTagClassName
 {
   color: #038DA3;
 }
</style>
background-color css

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

 a { background-color: rgb(3,141,163); }

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

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

 span { border-color: rgb(3,141,163); }

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