Html Css Color HEX #038770 Observatory

📋 copy color: '#038770'

red 3 ◦ green 135 ◦ blue 112

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

Shades of Observatory #038770

Tints of Observatory #038770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 1.2%
G = 54%
B = 44.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#038770 (or 0x038770) is known color: Observatory. HEX triplet: 03, 87 and 70. RGB value is (3,135,112). Sum of RGB (Red+Green+Blue) = 3+135+112=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #038770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038770 is #FC788F. Grayscale: #5C5C5C. Windows color (decimal): -16545936 or 7374595. OLE color: 7374595.

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

Color convert

RGB 3 135 112 -
CMYK 0.98 0 0.17 0.47
HSL 169.55º 0.96% 0.27% -
HSV(B) 169.55º 0.98% 0.53% -
XYZ 11.63 18.52 18.29 -
YUV 92.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 3 135 112 0.98 0 0.17 0.47 169.55 0.96 0.27
Hex 3 87 70 62 0 11 2F AA 60 1B
Octal 3 207 160 142 0 21 57 252 140 33
Binary 11 10000111 1110000 1100010 0 10001 101111 10101010 1100000 11011

Color Harmonies of #038770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038770

Black with #038770

Text Example


Text Example

White with #038770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038770; }

 p { color: rgb(3,135,112); }

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

background-color css

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

 a { background-color: rgb(3,135,112); }

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

border-color css

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

 span { border-color: rgb(3,135,112); }

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