Html Css Color HEX #038465 Observatory

📋 copy color: '#038465'

red 3 ◦ green 132 ◦ blue 101

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

Shades of Observatory #038465

Tints of Observatory #038465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 1.27%
G = 55.93%
B = 42.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#038465 (or 0x038465) is known color: Observatory. HEX triplet: 03, 84 and 65. RGB value is (3,132,101). Sum of RGB (Red+Green+Blue) = 3+132+101=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #038465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038465 is #FC7B9A. Grayscale: #595959. Windows color (decimal): -16546715 or 6652931. OLE color: 6652931.

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

Color convert

RGB 3 132 101 -
CMYK 0.98 0 0.23 0.48
HSL 165.58º 0.96% 0.26% -
HSV(B) 165.58º 0.98% 0.52% -
XYZ 10.64 17.46 15.12 -
YUV 89.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 3 132 101 0.98 0 0.23 0.48 165.58 0.96 0.26
Hex 3 84 65 62 0 17 30 A6 60 1A
Octal 3 204 145 142 0 27 60 246 140 32
Binary 11 10000100 1100101 1100010 0 10111 110000 10100110 1100000 11010

Color Harmonies of #038465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038465

Black with #038465

Text Example


Text Example

White with #038465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038465; }

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

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

background-color css

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

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

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

border-color css

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

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

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