Html Css Color HEX #739198 Gothic

📋 copy color: '#739198'

red 115 ◦ green 145 ◦ blue 152

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

Shades of Gothic #739198

Tints of Gothic #739198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 27.91%
G = 35.19%
B = 36.89%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#739198 (or 0x739198) is known color: Gothic. HEX triplet: 73, 91 and 98. RGB value is (115,145,152). Sum of RGB (Red+Green+Blue) = 115+145+152=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #739198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739198 is #8C6E67. Grayscale: #888888. Windows color (decimal): -9203304 or 9998707. OLE color: 9998707.

HSL color Cylindrical-coordinate representation of color #739198: hue angle of 191.35º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739198 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 145 152 -
CMYK 0.24 0.05 0 0.40
HSL 191.35º 0.15% 0.52% -
HSV(B) 191.35º 0.24% 0.6% -
XYZ 22.86 26.16 33.55 -
YUV 136.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 115 145 152 0.24 0.05 0 0.40 191.35 0.15 0.52
Hex 73 91 98 18 5 0 28 BF F 34
Octal 163 221 230 30 5 0 50 277 17 64
Binary 1110011 10010001 10011000 11000 101 0 101000 10111111 1111 110100

Color Harmonies of #739198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739198

Black with #739198

Text Example


Text Example

White with #739198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739198; }

 p { color: rgb(115,145,152); }

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

background-color css

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

 a { background-color: rgb(115,145,152); }

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

border-color css

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

 span { border-color: rgb(115,145,152); }

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