Html Css Color HEX #038095 Eastern Blue

📋 copy color: '#038095'

red 3 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #038095

Tints of Eastern Blue #038095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 1.07%
G = 45.71%
B = 53.21%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038095 (or 0x038095) is known color: Eastern Blue. HEX triplet: 03, 80 and 95. RGB value is (3,128,149). Sum of RGB (Red+Green+Blue) = 3+128+149=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #038095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038095 is #FC7F6A. Grayscale: #5C5C5C. Windows color (decimal): -16547691 or 9797635. OLE color: 9797635.

HSL color Cylindrical-coordinate representation of color #038095: hue angle of 188.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038095 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 128 149 -
CMYK 0.98 0.14 0 0.42
HSL 188.63º 0.96% 0.3% -
HSV(B) 188.63º 0.98% 0.58% -
XYZ 13.18 17.63 31.14 -
YUV 93.02 159.59 63.79 -
System Red Green Blue C M Y K H S L
Decimal 3 128 149 0.98 0.14 0 0.42 188.63 0.96 0.3
Hex 3 80 95 62 E 0 2A BD 60 1E
Octal 3 200 225 142 16 0 52 275 140 36
Binary 11 10000000 10010101 1100010 1110 0 101010 10111101 1100000 11110

Color Harmonies of #038095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038095

Black with #038095

Text Example


Text Example

White with #038095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038095; }

 p { color: rgb(3,128,149); }

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

background-color css

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

 a { background-color: rgb(3,128,149); }

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

border-color css

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

 span { border-color: rgb(3,128,149); }

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