Html Css Color HEX #038673 Observatory

📋 copy color: '#038673'

red 3 ◦ green 134 ◦ blue 115

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

Shades of Observatory #038673

Tints of Observatory #038673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 1.19%
G = 53.17%
B = 45.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#038673 (or 0x038673) is known color: Observatory. HEX triplet: 03, 86 and 73. RGB value is (3,134,115). Sum of RGB (Red+Green+Blue) = 3+134+115=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #038673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038673 is #FC798C. Grayscale: #5C5C5C. Windows color (decimal): -16546189 or 7570947. OLE color: 7570947.

HSL color Cylindrical-coordinate representation of color #038673: hue angle of 171.3º 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 #038673 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 134 115 -
CMYK 0.98 0 0.14 0.47
HSL 171.3º 0.96% 0.27% -
HSV(B) 171.3º 0.98% 0.53% -
XYZ 11.66 18.31 19.14 -
YUV 92.67 140.6 64.04 -
System Red Green Blue C M Y K H S L
Decimal 3 134 115 0.98 0 0.14 0.47 171.3 0.96 0.27
Hex 3 86 73 62 0 E 2F AB 60 1B
Octal 3 206 163 142 0 16 57 253 140 33
Binary 11 10000110 1110011 1100010 0 1110 101111 10101011 1100000 11011

Color Harmonies of #038673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038673

Black with #038673

Text Example


Text Example

White with #038673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038673; }

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

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

background-color css

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

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

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

border-color css

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

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

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