Html Css Color HEX #038674 Observatory

📋 copy color: '#038674'

red 3 ◦ green 134 ◦ blue 116

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

Shades of Observatory #038674

Tints of Observatory #038674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 1.19%
G = 52.96%
B = 45.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#038674 (or 0x038674) is known color: Observatory. HEX triplet: 03, 86 and 74. RGB value is (3,134,116). Sum of RGB (Red+Green+Blue) = 3+134+116=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #038674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038674 is #FC798B. Grayscale: #5C5C5C. Windows color (decimal): -16546188 or 7636483. OLE color: 7636483.

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

Color convert

RGB 3 134 116 -
CMYK 0.98 0 0.13 0.47
HSL 171.76º 0.96% 0.27% -
HSV(B) 171.76º 0.98% 0.53% -
XYZ 11.72 18.33 19.44 -
YUV 92.78 141.1 63.96 -
System Red Green Blue C M Y K H S L
Decimal 3 134 116 0.98 0 0.13 0.47 171.76 0.96 0.27
Hex 3 86 74 62 0 D 2F AC 60 1B
Octal 3 206 164 142 0 15 57 254 140 33
Binary 11 10000110 1110100 1100010 0 1101 101111 10101100 1100000 11011

Color Harmonies of #038674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038674

Black with #038674

Text Example


Text Example

White with #038674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038674; }

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

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

background-color css

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

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

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

border-color css

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

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

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