Html Css Color HEX #038765 Observatory

📋 copy color: '#038765'

red 3 ◦ green 135 ◦ blue 101

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

Shades of Observatory #038765

Tints of Observatory #038765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 1.26%
G = 56.49%
B = 42.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#038765 (or 0x038765) is known color: Observatory. HEX triplet: 03, 87 and 65. RGB value is (3,135,101). Sum of RGB (Red+Green+Blue) = 3+135+101=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #038765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038765 is #FC789A. Grayscale: #5B5B5B. Windows color (decimal): -16545947 or 6653699. OLE color: 6653699.

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

Color convert

RGB 3 135 101 -
CMYK 0.98 0 0.25 0.47
HSL 164.55º 0.96% 0.27% -
HSV(B) 164.55º 0.98% 0.53% -
XYZ 11.05 18.29 15.26 -
YUV 91.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 3 135 101 0.98 0 0.25 0.47 164.55 0.96 0.27
Hex 3 87 65 62 0 19 2F A5 60 1B
Octal 3 207 145 142 0 31 57 245 140 33
Binary 11 10000111 1100101 1100010 0 11001 101111 10100101 1100000 11011

Color Harmonies of #038765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038765

Black with #038765

Text Example


Text Example

White with #038765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038765; }

 p { color: rgb(3,135,101); }

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

background-color css

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

 a { background-color: rgb(3,135,101); }

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

border-color css

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

 span { border-color: rgb(3,135,101); }

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