#038267

Color #038267 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #038267

Tints of Observatory #038267

Color information

#038267 (or 0x038267) is unknown color: approx Observatory. HEX triplet: 03, 82 and 67. RGB value is (3,130,103). Sum of RGB (Red+Green+Blue) = 3+130+103=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #038267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038267 is #FC7D98. Grayscale: #585858. Windows color (decimal): -16547225 or 6783491. OLE color: 6783491.

HSL color Cylindrical-coordinate representation of color #038267: hue angle of 167.24º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038267 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB3130103-
CMYK0.9800.210.49
HSL167.24º95.49%26.08%-
HSV(B)167.24º97.69%50.98%-
XYZ10.4716.9615.55-
YUV88.95135.9266.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=1.27%
G=55.08%
B=43.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301030.9800.210.49167.2495.4926.08
Hex382676201531a75f1a
Octal32021471420256124713732
Binary11100000101100111110001001010111000110100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038267; }

 p { color: rgb(3,130,103); }

 H1.HeaderClassName
 {
   color: #038267;
 }
 .AnyTagClassName
 {
   color: #038267;
 }
</style>
background-color css

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

 a { background-color: rgb(3,130,103); }

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

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

 span { border-color: rgb(3,130,103); }

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