Html Css Color HEX #038092 Eastern Blue

📋 copy color: '#038092'

red 3 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #038092

Tints of Eastern Blue #038092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 1.08%
G = 46.21%
B = 52.71%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#038092 (or 0x038092) is known color: Eastern Blue. HEX triplet: 03, 80 and 92. RGB value is (3,128,146). Sum of RGB (Red+Green+Blue) = 3+128+146=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #038092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038092 is #FC7F6D. Grayscale: #5C5C5C. Windows color (decimal): -16547694 or 9601027. OLE color: 9601027.

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

Color convert

RGB 3 128 146 -
CMYK 0.98 0.12 0 0.43
HSL 187.55º 0.96% 0.29% -
HSV(B) 187.55º 0.98% 0.57% -
XYZ 12.95 17.53 29.9 -
YUV 92.68 158.09 64.04 -
System Red Green Blue C M Y K H S L
Decimal 3 128 146 0.98 0.12 0 0.43 187.55 0.96 0.29
Hex 3 80 92 62 C 0 2B BC 60 1D
Octal 3 200 222 142 14 0 53 274 140 35
Binary 11 10000000 10010010 1100010 1100 0 101011 10111100 1100000 11101

Color Harmonies of #038092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038092

Black with #038092

Text Example


Text Example

White with #038092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038092; }

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

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

background-color css

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

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

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

border-color css

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

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

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