Html Css Color HEX #038969 Observatory

📋 copy color: '#038969'

red 3 ◦ green 137 ◦ blue 105

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

Shades of Observatory #038969

Tints of Observatory #038969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 1.22%
G = 55.92%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#038969 (or 0x038969) is known color: Observatory. HEX triplet: 03, 89 and 69. RGB value is (3,137,105). Sum of RGB (Red+Green+Blue) = 3+137+105=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #038969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038969 is #FC7696. Grayscale: #5D5D5D. Windows color (decimal): -16545431 or 6916355. OLE color: 6916355.

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

Color convert

RGB 3 137 105 -
CMYK 0.98 0 0.23 0.46
HSL 165.67º 0.96% 0.27% -
HSV(B) 165.67º 0.98% 0.54% -
XYZ 11.53 18.93 16.41 -
YUV 93.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 3 137 105 0.98 0 0.23 0.46 165.67 0.96 0.27
Hex 3 89 69 62 0 17 2E A6 60 1B
Octal 3 211 151 142 0 27 56 246 140 33
Binary 11 10001001 1101001 1100010 0 10111 101110 10100110 1100000 11011

Color Harmonies of #038969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038969

Black with #038969

Text Example


Text Example

White with #038969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038969; }

 p { color: rgb(3,137,105); }

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

background-color css

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

 a { background-color: rgb(3,137,105); }

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

border-color css

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

 span { border-color: rgb(3,137,105); }

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