Html Css Color HEX #038F72 Observatory

📋 copy color: '#038F72'

red 3 ◦ green 143 ◦ blue 114

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

Shades of Observatory #038F72

Tints of Observatory #038F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55%

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

R = 1.15%
G = 55%
B = 43.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#038F72 (or 0x038F72) is known color: Observatory. HEX triplet: 03, 8F and 72. RGB value is (3,143,114). Sum of RGB (Red+Green+Blue) = 3+143+114=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #038F72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F72 is #FC708D. Grayscale: #616161. Windows color (decimal): -16543886 or 7507715. OLE color: 7507715.

HSL color Cylindrical-coordinate representation of color #038F72: hue angle of 167.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F72 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 143 114 -
CMYK 0.98 0 0.20 0.44
HSL 167.57º 0.96% 0.29% -
HSV(B) 167.57º 0.98% 0.56% -
XYZ 12.9 20.88 19.27 -
YUV 97.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 3 143 114 0.98 0 0.20 0.44 167.57 0.96 0.29
Hex 3 8F 72 62 0 14 2C A8 60 1D
Octal 3 217 162 142 0 24 54 250 140 35
Binary 11 10001111 1110010 1100010 0 10100 101100 10101000 1100000 11101

Color Harmonies of #038F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F72

Black with #038F72

Text Example


Text Example

White with #038F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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