Html Css Color HEX #038573 Observatory

📋 copy color: '#038573'

red 3 ◦ green 133 ◦ blue 115

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

Shades of Observatory #038573

Tints of Observatory #038573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 1.2%
G = 52.99%
B = 45.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#038573 (or 0x038573) is known color: Observatory. HEX triplet: 03, 85 and 73. RGB value is (3,133,115). Sum of RGB (Red+Green+Blue) = 3+133+115=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #038573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038573 is #FC7A8C. Grayscale: #5C5C5C. Windows color (decimal): -16546445 or 7570691. OLE color: 7570691.

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

Color convert

RGB 3 133 115 -
CMYK 0.98 0 0.14 0.48
HSL 171.69º 0.96% 0.27% -
HSV(B) 171.69º 0.98% 0.52% -
XYZ 11.52 18.03 19.09 -
YUV 92.08 140.93 64.46 -
System Red Green Blue C M Y K H S L
Decimal 3 133 115 0.98 0 0.14 0.48 171.69 0.96 0.27
Hex 3 85 73 62 0 E 30 AC 60 1B
Octal 3 205 163 142 0 16 60 254 140 33
Binary 11 10000101 1110011 1100010 0 1110 110000 10101100 1100000 11011

Color Harmonies of #038573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038573

Black with #038573

Text Example


Text Example

White with #038573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038573; }

 p { color: rgb(3,133,115); }

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

background-color css

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

 a { background-color: rgb(3,133,115); }

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

border-color css

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

 span { border-color: rgb(3,133,115); }

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