Html Css Color HEX #03886B Observatory

📋 copy color: '#03886B'

red 3 ◦ green 136 ◦ blue 107

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

Shades of Observatory #03886B

Tints of Observatory #03886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.28%

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 1.22%
G = 55.28%
B = 43.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#03886B (or 0x03886B) is known color: Observatory. HEX triplet: 03, 88 and 6B. RGB value is (3,136,107). Sum of RGB (Red+Green+Blue) = 3+136+107=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #03886B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03886B is #FC7794. Grayscale: #5C5C5C. Windows color (decimal): -16545685 or 7047171. OLE color: 7047171.

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

Color convert

RGB 3 136 107 -
CMYK 0.98 0 0.21 0.47
HSL 166.92º 0.96% 0.27% -
HSV(B) 166.92º 0.98% 0.53% -
XYZ 11.5 18.69 16.91 -
YUV 92.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 3 136 107 0.98 0 0.21 0.47 166.92 0.96 0.27
Hex 3 88 6B 62 0 15 2F A7 60 1B
Octal 3 210 153 142 0 25 57 247 140 33
Binary 11 10001000 1101011 1100010 0 10101 101111 10100111 1100000 11011

Color Harmonies of #03886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03886B

Black with #03886B

Text Example


Text Example

White with #03886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03886B; }

 p { color: rgb(3,136,107); }

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

background-color css

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

 a { background-color: rgb(3,136,107); }

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

border-color css

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

 span { border-color: rgb(3,136,107); }

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