Html Css Color HEX #038873 Observatory

📋 copy color: '#038873'

red 3 ◦ green 136 ◦ blue 115

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

Shades of Observatory #038873

Tints of Observatory #038873

RGB

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

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

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

R = 1.18%
G = 53.54%
B = 45.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#038873 (or 0x038873) is known color: Observatory. HEX triplet: 03, 88 and 73. RGB value is (3,136,115). Sum of RGB (Red+Green+Blue) = 3+136+115=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #038873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038873 is #FC778C. Grayscale: #5D5D5D. Windows color (decimal): -16545677 or 7571459. OLE color: 7571459.

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

Color convert

RGB 3 136 115 -
CMYK 0.98 0 0.15 0.47
HSL 170.53º 0.96% 0.27% -
HSV(B) 170.53º 0.98% 0.53% -
XYZ 11.94 18.87 19.23 -
YUV 93.84 139.94 63.21 -
System Red Green Blue C M Y K H S L
Decimal 3 136 115 0.98 0 0.15 0.47 170.53 0.96 0.27
Hex 3 88 73 62 0 F 2F AB 60 1B
Octal 3 210 163 142 0 17 57 253 140 33
Binary 11 10001000 1110011 1100010 0 1111 101111 10101011 1100000 11011

Color Harmonies of #038873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038873

Black with #038873

Text Example


Text Example

White with #038873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038873; }

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

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

background-color css

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

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

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

border-color css

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

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

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