Html Css Color HEX #038565 Observatory

📋 copy color: '#038565'

red 3 ◦ green 133 ◦ blue 101

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

Shades of Observatory #038565

Tints of Observatory #038565

RGB

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

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

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

R = 1.27%
G = 56.12%
B = 42.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#038565 (or 0x038565) is known color: Observatory. HEX triplet: 03, 85 and 65. RGB value is (3,133,101). Sum of RGB (Red+Green+Blue) = 3+133+101=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #038565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038565 is #FC7A9A. Grayscale: #5A5A5A. Windows color (decimal): -16546459 or 6653187. OLE color: 6653187.

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

Color convert

RGB 3 133 101 -
CMYK 0.98 0 0.24 0.48
HSL 165.23º 0.96% 0.27% -
HSV(B) 165.23º 0.98% 0.52% -
XYZ 10.77 17.73 15.17 -
YUV 90.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 3 133 101 0.98 0 0.24 0.48 165.23 0.96 0.27
Hex 3 85 65 62 0 18 30 A5 60 1B
Octal 3 205 145 142 0 30 60 245 140 33
Binary 11 10000101 1100101 1100010 0 11000 110000 10100101 1100000 11011

Color Harmonies of #038565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038565

Black with #038565

Text Example


Text Example

White with #038565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038565; }

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

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

background-color css

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

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

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

border-color css

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

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

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