Html Css Color HEX #038470 Observatory

📋 copy color: '#038470'

red 3 ◦ green 132 ◦ blue 112

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

Shades of Observatory #038470

Tints of Observatory #038470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 1.21%
G = 53.44%
B = 45.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#038470 (or 0x038470) is known color: Observatory. HEX triplet: 03, 84 and 70. RGB value is (3,132,112). Sum of RGB (Red+Green+Blue) = 3+132+112=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #038470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038470 is #FC7B8F. Grayscale: #5B5B5B. Windows color (decimal): -16546704 or 7373827. OLE color: 7373827.

HSL color Cylindrical-coordinate representation of color #038470: hue angle of 170.7º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038470 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 132 112 -
CMYK 0.98 0 0.15 0.48
HSL 170.7º 0.96% 0.26% -
HSV(B) 170.7º 0.98% 0.52% -
XYZ 11.21 17.69 18.15 -
YUV 91.15 139.76 65.13 -
System Red Green Blue C M Y K H S L
Decimal 3 132 112 0.98 0 0.15 0.48 170.7 0.96 0.26
Hex 3 84 70 62 0 F 30 AB 60 1A
Octal 3 204 160 142 0 17 60 253 140 32
Binary 11 10000100 1110000 1100010 0 1111 110000 10101011 1100000 11010

Color Harmonies of #038470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038470

Black with #038470

Text Example


Text Example

White with #038470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038470; }

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

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

background-color css

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

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

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

border-color css

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

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

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