Html Css Color HEX #03856C Observatory

📋 copy color: '#03856C'

red 3 ◦ green 133 ◦ blue 108

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

Shades of Observatory #03856C

Tints of Observatory #03856C

RGB

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

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

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

R = 1.23%
G = 54.51%
B = 44.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#03856C (or 0x03856C) is known color: Observatory. HEX triplet: 03, 85 and 6C. RGB value is (3,133,108). Sum of RGB (Red+Green+Blue) = 3+133+108=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #03856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03856C is #FC7A93. Grayscale: #5B5B5B. Windows color (decimal): -16546452 or 7111939. OLE color: 7111939.

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

Color convert

RGB 3 133 108 -
CMYK 0.98 0 0.19 0.48
HSL 168.46º 0.96% 0.27% -
HSV(B) 168.46º 0.98% 0.52% -
XYZ 11.13 17.88 17.05 -
YUV 91.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 3 133 108 0.98 0 0.19 0.48 168.46 0.96 0.27
Hex 3 85 6C 62 0 13 30 A8 60 1B
Octal 3 205 154 142 0 23 60 250 140 33
Binary 11 10000101 1101100 1100010 0 10011 110000 10101000 1100000 11011

Color Harmonies of #03856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03856C

Black with #03856C

Text Example


Text Example

White with #03856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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