Html Css Color HEX #038F74 Observatory

📋 copy color: '#038F74'

red 3 ◦ green 143 ◦ blue 116

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

Shades of Observatory #038F74

Tints of Observatory #038F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 1.15%
G = 54.58%
B = 44.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#038F74 (or 0x038F74) is known color: Observatory. HEX triplet: 03, 8F and 74. RGB value is (3,143,116). Sum of RGB (Red+Green+Blue) = 3+143+116=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #038F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F74 is #FC708B. Grayscale: #626262. Windows color (decimal): -16543884 or 7638787. OLE color: 7638787.

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

Color convert

RGB 3 143 116 -
CMYK 0.98 0 0.19 0.44
HSL 168.43º 0.96% 0.29% -
HSV(B) 168.43º 0.98% 0.56% -
XYZ 13.01 20.93 19.88 -
YUV 98.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 3 143 116 0.98 0 0.19 0.44 168.43 0.96 0.29
Hex 3 8F 74 62 0 13 2C A8 60 1D
Octal 3 217 164 142 0 23 54 250 140 35
Binary 11 10001111 1110100 1100010 0 10011 101100 10101000 1100000 11101

Color Harmonies of #038F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F74

Black with #038F74

Text Example


Text Example

White with #038F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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