Html Css Color HEX #03856E Observatory

📋 copy color: '#03856E'

red 3 ◦ green 133 ◦ blue 110

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

Shades of Observatory #03856E

Tints of Observatory #03856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 1.22%
G = 54.07%
B = 44.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#03856E (or 0x03856E) is known color: Observatory. HEX triplet: 03, 85 and 6E. RGB value is (3,133,110). Sum of RGB (Red+Green+Blue) = 3+133+110=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #03856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03856E is #FC7A91. Grayscale: #5B5B5B. Windows color (decimal): -16546450 or 7243011. OLE color: 7243011.

HSL color Cylindrical-coordinate representation of color #03856E: hue angle of 169.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03856E is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 110 -
CMYK 0.98 0 0.17 0.48
HSL 169.38º 0.96% 0.27% -
HSV(B) 169.38º 0.98% 0.52% -
XYZ 11.24 17.92 17.62 -
YUV 91.51 138.43 64.87 -
System Red Green Blue C M Y K H S L
Decimal 3 133 110 0.98 0 0.17 0.48 169.38 0.96 0.27
Hex 3 85 6E 62 0 11 30 A9 60 1B
Octal 3 205 156 142 0 21 60 251 140 33
Binary 11 10000101 1101110 1100010 0 10001 110000 10101001 1100000 11011

Color Harmonies of #03856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03856E

Black with #03856E

Text Example


Text Example

White with #03856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03856E; }

 p { color: rgb(3,133,110); }

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

background-color css

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

 a { background-color: rgb(3,133,110); }

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

border-color css

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

 span { border-color: rgb(3,133,110); }

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