Html Css Color HEX #7291B6 Ship Cove

📋 copy color: '#7291B6'

red 114 ◦ green 145 ◦ blue 182

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

Shades of Ship Cove #7291B6

Tints of Ship Cove #7291B6

RGB

 RED value IS 114 (44.92% from 255) = 25.85%

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

 BLUE value IS 182 (71.48% from 255) = 41.27%

R = 25.85%
G = 32.88%
B = 41.27%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7291B6 (or 0x7291B6) is known color: Ship Cove. HEX triplet: 72, 91 and B6. RGB value is (114,145,182). Sum of RGB (Red+Green+Blue) = 114+145+182=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #7291B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291B6 is #8D6E49. Grayscale: #8B8B8B. Windows color (decimal): -9268810 or 11964786. OLE color: 11964786.

HSL color Cylindrical-coordinate representation of color #7291B6: hue angle of 212.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7291B6 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 145 182 -
CMYK 0.37 0.20 0 0.29
HSL 212.65º 0.32% 0.58% -
HSV(B) 212.65º 0.37% 0.71% -
XYZ 25.51 27.21 48.16 -
YUV 139.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 114 145 182 0.37 0.20 0 0.29 212.65 0.32 0.58
Hex 72 91 B6 25 14 0 1D D5 20 3A
Octal 162 221 266 45 24 0 35 325 40 72
Binary 1110010 10010001 10110110 100101 10100 0 11101 11010101 100000 111010

Color Harmonies of #7291B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291B6

Black with #7291B6

Text Example


Text Example

White with #7291B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7291B6; }

 p { color: rgb(114,145,182); }

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

background-color css

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

 a { background-color: rgb(114,145,182); }

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

border-color css

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

 span { border-color: rgb(114,145,182); }

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