Html Css Color HEX #038570 Observatory

📋 copy color: '#038570'

red 3 ◦ green 133 ◦ blue 112

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

Shades of Observatory #038570

Tints of Observatory #038570

RGB

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

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

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

R = 1.21%
G = 53.63%
B = 45.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#038570 (or 0x038570) is known color: Observatory. HEX triplet: 03, 85 and 70. RGB value is (3,133,112). Sum of RGB (Red+Green+Blue) = 3+133+112=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #038570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038570 is #FC7A8F. Grayscale: #5B5B5B. Windows color (decimal): -16546448 or 7374083. OLE color: 7374083.

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

Color convert

RGB 3 133 112 -
CMYK 0.98 0 0.16 0.48
HSL 170.31º 0.96% 0.27% -
HSV(B) 170.31º 0.98% 0.52% -
XYZ 11.35 17.96 18.2 -
YUV 91.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 3 133 112 0.98 0 0.16 0.48 170.31 0.96 0.27
Hex 3 85 70 62 0 10 30 AA 60 1B
Octal 3 205 160 142 0 20 60 252 140 33
Binary 11 10000101 1110000 1100010 0 10000 110000 10101010 1100000 11011

Color Harmonies of #038570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038570

Black with #038570

Text Example


Text Example

White with #038570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038570; }

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

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

background-color css

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

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

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

border-color css

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

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

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