Html Css Color HEX #038DA4 Eastern Blue

📋 copy color: '#038DA4'

red 3 ◦ green 141 ◦ blue 164

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

Shades of Eastern Blue #038DA4

Tints of Eastern Blue #038DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

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

R = 0.97%
G = 45.78%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#038DA4 (or 0x038DA4) is known color: Eastern Blue. HEX triplet: 03, 8D and A4. RGB value is (3,141,164). Sum of RGB (Red+Green+Blue) = 3+141+164=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #038DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DA4 is #FC725B. Grayscale: #666666. Windows color (decimal): -16544348 or 10784003. OLE color: 10784003.

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

Color convert

RGB 3 141 164 -
CMYK 0.98 0.14 0 0.36
HSL 188.57º 0.96% 0.33% -
HSV(B) 188.57º 0.98% 0.64% -
XYZ 16.26 21.75 38.46 -
YUV 102.36 162.78 57.13 -
System Red Green Blue C M Y K H S L
Decimal 3 141 164 0.98 0.14 0 0.36 188.57 0.96 0.33
Hex 3 8D A4 62 E 0 24 BD 60 21
Octal 3 215 244 142 16 0 44 275 140 41
Binary 11 10001101 10100100 1100010 1110 0 100100 10111101 1100000 100001

Color Harmonies of #038DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DA4

Black with #038DA4

Text Example


Text Example

White with #038DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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