Html Css Color HEX #038574 Observatory

📋 copy color: '#038574'

red 3 ◦ green 133 ◦ blue 116

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

Shades of Observatory #038574

Tints of Observatory #038574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 1.19%
G = 52.78%
B = 46.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#038574 (or 0x038574) is known color: Observatory. HEX triplet: 03, 85 and 74. RGB value is (3,133,116). Sum of RGB (Red+Green+Blue) = 3+133+116=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #038574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038574 is #FC7A8B. Grayscale: #5C5C5C. Windows color (decimal): -16546444 or 7636227. OLE color: 7636227.

HSL color Cylindrical-coordinate representation of color #038574: hue angle of 172.15º 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 #038574 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 116 -
CMYK 0.98 0 0.13 0.48
HSL 172.15º 0.96% 0.27% -
HSV(B) 172.15º 0.98% 0.52% -
XYZ 11.58 18.06 19.4 -
YUV 92.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 3 133 116 0.98 0 0.13 0.48 172.15 0.96 0.27
Hex 3 85 74 62 0 D 30 AC 60 1B
Octal 3 205 164 142 0 15 60 254 140 33
Binary 11 10000101 1110100 1100010 0 1101 110000 10101100 1100000 11011

Color Harmonies of #038574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038574

Black with #038574

Text Example


Text Example

White with #038574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038574; }

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

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

background-color css

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

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

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

border-color css

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

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

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