Html Css Color HEX #739398 Gothic

📋 copy color: '#739398'

red 115 ◦ green 147 ◦ blue 152

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

Shades of Gothic #739398

Tints of Gothic #739398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

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

R = 27.78%
G = 35.51%
B = 36.71%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#739398 (or 0x739398) is known color: Gothic. HEX triplet: 73, 93 and 98. RGB value is (115,147,152). Sum of RGB (Red+Green+Blue) = 115+147+152=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #739398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739398 is #8C6C67. Grayscale: #898989. Windows color (decimal): -9202792 or 9999219. OLE color: 9999219.

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

Color convert

RGB 115 147 152 -
CMYK 0.24 0.03 0 0.40
HSL 188.11º 0.15% 0.52% -
HSV(B) 188.11º 0.24% 0.6% -
XYZ 23.17 26.78 33.65 -
YUV 138 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 115 147 152 0.24 0.03 0 0.40 188.11 0.15 0.52
Hex 73 93 98 18 3 0 28 BC F 34
Octal 163 223 230 30 3 0 50 274 17 64
Binary 1110011 10010011 10011000 11000 11 0 101000 10111100 1111 110100

Color Harmonies of #739398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739398

Black with #739398

Text Example


Text Example

White with #739398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739398; }

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

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

background-color css

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

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

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

border-color css

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

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

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