Html Css Color HEX #03947D Observatory

📋 copy color: '#03947D'

red 3 ◦ green 148 ◦ blue 125

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

Shades of Observatory #03947D

Tints of Observatory #03947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 1.09%
G = 53.62%
B = 45.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#03947D (or 0x03947D) is known color: Observatory. HEX triplet: 03, 94 and 7D. RGB value is (3,148,125). Sum of RGB (Red+Green+Blue) = 3+148+125=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #03947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03947D is #FC6B82. Grayscale: #656565. Windows color (decimal): -16542595 or 8229891. OLE color: 8229891.

HSL color Cylindrical-coordinate representation of color #03947D: hue angle of 170.48º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03947D is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 148 125 -
CMYK 0.98 0 0.16 0.42
HSL 170.48º 0.96% 0.3% -
HSV(B) 170.48º 0.98% 0.58% -
XYZ 14.33 22.68 23.02 -
YUV 102.02 140.96 57.37 -
System Red Green Blue C M Y K H S L
Decimal 3 148 125 0.98 0 0.16 0.42 170.48 0.96 0.3
Hex 3 94 7D 62 0 10 2A AA 60 1E
Octal 3 224 175 142 0 20 52 252 140 36
Binary 11 10010100 1111101 1100010 0 10000 101010 10101010 1100000 11110

Color Harmonies of #03947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03947D

Black with #03947D

Text Example


Text Example

White with #03947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03947D; }

 p { color: rgb(3,148,125); }

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

background-color css

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

 a { background-color: rgb(3,148,125); }

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

border-color css

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

 span { border-color: rgb(3,148,125); }

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