Html Css Color HEX #719297 Gothic

📋 copy color: '#719297'

red 113 ◦ green 146 ◦ blue 151

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

Shades of Gothic #719297

Tints of Gothic #719297

RGB

 RED value IS 113 (44.53% from 255) = 27.56%

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 27.56%
G = 35.61%
B = 36.83%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#719297 (or 0x719297) is known color: Gothic. HEX triplet: 71, 92 and 97. RGB value is (113,146,151). Sum of RGB (Red+Green+Blue) = 113+146+151=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #719297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719297 is #8E6D68. Grayscale: #888888. Windows color (decimal): -9334121 or 9933425. OLE color: 9933425.

HSL color Cylindrical-coordinate representation of color #719297: hue angle of 187.89º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719297 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 146 151 -
CMYK 0.25 0.03 0 0.41
HSL 187.89º 0.15% 0.52% -
HSV(B) 187.89º 0.25% 0.59% -
XYZ 22.67 26.3 33.16 -
YUV 136.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 113 146 151 0.25 0.03 0 0.41 187.89 0.15 0.52
Hex 71 92 97 19 3 0 29 BC F 34
Octal 161 222 227 31 3 0 51 274 17 64
Binary 1110001 10010010 10010111 11001 11 0 101001 10111100 1111 110100

Color Harmonies of #719297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719297

Black with #719297

Text Example


Text Example

White with #719297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719297; }

 p { color: rgb(113,146,151); }

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

background-color css

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

 a { background-color: rgb(113,146,151); }

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

border-color css

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

 span { border-color: rgb(113,146,151); }

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