Html Css Color HEX #039472 Observatory

📋 copy color: '#039472'

red 3 ◦ green 148 ◦ blue 114

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

Shades of Observatory #039472

Tints of Observatory #039472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 1.13%
G = 55.85%
B = 43.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#039472 (or 0x039472) is known color: Observatory. HEX triplet: 03, 94 and 72. RGB value is (3,148,114). Sum of RGB (Red+Green+Blue) = 3+148+114=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #039472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039472 is #FC6B8D. Grayscale: #646464. Windows color (decimal): -16542606 or 7508995. OLE color: 7508995.

HSL color Cylindrical-coordinate representation of color #039472: hue angle of 165.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039472 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 148 114 -
CMYK 0.98 0 0.23 0.42
HSL 165.93º 0.96% 0.3% -
HSV(B) 165.93º 0.98% 0.58% -
XYZ 13.66 22.41 19.53 -
YUV 100.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 3 148 114 0.98 0 0.23 0.42 165.93 0.96 0.3
Hex 3 94 72 62 0 17 2A A6 60 1E
Octal 3 224 162 142 0 27 52 246 140 36
Binary 11 10010100 1110010 1100010 0 10111 101010 10100110 1100000 11110

Color Harmonies of #039472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039472

Black with #039472

Text Example


Text Example

White with #039472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039472; }

 p { color: rgb(3,148,114); }

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

background-color css

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

 a { background-color: rgb(3,148,114); }

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

border-color css

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

 span { border-color: rgb(3,148,114); }

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