Html Css Color HEX #03876C Observatory

📋 copy color: '#03876C'

red 3 ◦ green 135 ◦ blue 108

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

Shades of Observatory #03876C

Tints of Observatory #03876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.88%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 1.22%
G = 54.88%
B = 43.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#03876C (or 0x03876C) is known color: Observatory. HEX triplet: 03, 87 and 6C. RGB value is (3,135,108). Sum of RGB (Red+Green+Blue) = 3+135+108=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #03876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03876C is #FC7893. Grayscale: #5C5C5C. Windows color (decimal): -16545940 or 7112451. OLE color: 7112451.

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

Color convert

RGB 3 135 108 -
CMYK 0.98 0 0.2 0.47
HSL 167.73º 0.96% 0.27% -
HSV(B) 167.73º 0.98% 0.53% -
XYZ 11.41 18.43 17.14 -
YUV 92.45 136.77 64.2 -
System Red Green Blue C M Y K H S L
Decimal 3 135 108 0.98 0 0.2 0.47 167.73 0.96 0.27
Hex 3 87 6C 62 0 14 2F A8 60 1B
Octal 3 207 154 142 0 24 57 250 140 33
Binary 11 10000111 1101100 1100010 0 10100 101111 10101000 1100000 11011

Color Harmonies of #03876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03876C

Black with #03876C

Text Example


Text Example

White with #03876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03876C; }

 p { color: rgb(3,135,108); }

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

background-color css

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

 a { background-color: rgb(3,135,108); }

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

border-color css

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

 span { border-color: rgb(3,135,108); }

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