Html Css Color HEX #038093 Eastern Blue

📋 copy color: '#038093'

red 3 ◦ green 128 ◦ blue 147

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

Shades of Eastern Blue #038093

Tints of Eastern Blue #038093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 1.08%
G = 46.04%
B = 52.88%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038093 (or 0x038093) is known color: Eastern Blue. HEX triplet: 03, 80 and 93. RGB value is (3,128,147). Sum of RGB (Red+Green+Blue) = 3+128+147=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #038093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038093 is #FC7F6C. Grayscale: #5C5C5C. Windows color (decimal): -16547693 or 9666563. OLE color: 9666563.

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

Color convert

RGB 3 128 147 -
CMYK 0.98 0.13 0 0.42
HSL 187.92º 0.96% 0.29% -
HSV(B) 187.92º 0.98% 0.58% -
XYZ 13.02 17.56 30.31 -
YUV 92.79 158.59 63.96 -
System Red Green Blue C M Y K H S L
Decimal 3 128 147 0.98 0.13 0 0.42 187.92 0.96 0.29
Hex 3 80 93 62 D 0 2A BC 60 1D
Octal 3 200 223 142 15 0 52 274 140 35
Binary 11 10000000 10010011 1100010 1101 0 101010 10111100 1100000 11101

Color Harmonies of #038093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038093

Black with #038093

Text Example


Text Example

White with #038093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038093; }

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

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

background-color css

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

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

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

border-color css

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

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

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