Html Css Color HEX #739DA2 Neptune

📋 copy color: '#739DA2'

red 115 ◦ green 157 ◦ blue 162

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

Shades of Neptune #739DA2

Tints of Neptune #739DA2

RGB

 RED value IS 115 (45.31% from 255) = 26.5%

 GREEN value IS 157 (61.72% from 255) = 36.18%

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 26.5%
G = 36.18%
B = 37.33%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#739DA2 (or 0x739DA2) is known color: Neptune. HEX triplet: 73, 9D and A2. RGB value is (115,157,162). Sum of RGB (Red+Green+Blue) = 115+157+162=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #739DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DA2 is #8C625D. Grayscale: #909090. Windows color (decimal): -9200222 or 10657139. OLE color: 10657139.

HSL color Cylindrical-coordinate representation of color #739DA2: hue angle of 186.38º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739DA2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 157 162 -
CMYK 0.29 0.03 0 0.36
HSL 186.38º 0.2% 0.54% -
HSV(B) 186.38º 0.29% 0.64% -
XYZ 25.65 30.37 38.69 -
YUV 145.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 115 157 162 0.29 0.03 0 0.36 186.38 0.2 0.54
Hex 73 9D A2 1D 3 0 24 BA 14 36
Octal 163 235 242 35 3 0 44 272 24 66
Binary 1110011 10011101 10100010 11101 11 0 100100 10111010 10100 110110

Color Harmonies of #739DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DA2

Black with #739DA2

Text Example


Text Example

White with #739DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739DA2; }

 p { color: rgb(115,157,162); }

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

background-color css

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

 a { background-color: rgb(115,157,162); }

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

border-color css

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

 span { border-color: rgb(115,157,162); }

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