Html Css Color HEX #038E74 Observatory

📋 copy color: '#038E74'

red 3 ◦ green 142 ◦ blue 116

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

Shades of Observatory #038E74

Tints of Observatory #038E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.41%

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 1.15%
G = 54.41%
B = 44.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#038E74 (or 0x038E74) is known color: Observatory. HEX triplet: 03, 8E and 74. RGB value is (3,142,116). Sum of RGB (Red+Green+Blue) = 3+142+116=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #038E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E74 is #FC718B. Grayscale: #616161. Windows color (decimal): -16544140 or 7638531. OLE color: 7638531.

HSL color Cylindrical-coordinate representation of color #038E74: hue angle of 168.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E74 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 142 116 -
CMYK 0.98 0 0.18 0.44
HSL 168.78º 0.96% 0.28% -
HSV(B) 168.78º 0.98% 0.56% -
XYZ 12.86 20.63 19.83 -
YUV 97.48 138.45 60.61 -
System Red Green Blue C M Y K H S L
Decimal 3 142 116 0.98 0 0.18 0.44 168.78 0.96 0.28
Hex 3 8E 74 62 0 12 2C A9 60 1C
Octal 3 216 164 142 0 22 54 251 140 34
Binary 11 10001110 1110100 1100010 0 10010 101100 10101001 1100000 11100

Color Harmonies of #038E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E74

Black with #038E74

Text Example


Text Example

White with #038E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,116); }

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

background-color css

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

 a { background-color: rgb(3,142,116); }

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

border-color css

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

 span { border-color: rgb(3,142,116); }

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