Html Css Color HEX #7388AB Ship Cove

📋 copy color: '#7388AB'

red 115 ◦ green 136 ◦ blue 171

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

Shades of Ship Cove #7388AB

Tints of Ship Cove #7388AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.23%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 27.25%
G = 32.23%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7388AB (or 0x7388AB) is known color: Ship Cove. HEX triplet: 73, 88 and AB. RGB value is (115,136,171). Sum of RGB (Red+Green+Blue) = 115+136+171=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7388AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7388AB is #8C7754. Grayscale: #858585. Windows color (decimal): -9205589 or 11241587. OLE color: 11241587.

HSL color Cylindrical-coordinate representation of color #7388AB: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7388AB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 136 171 -
CMYK 0.33 0.20 0 0.33
HSL 217.5º 0.25% 0.56% -
HSV(B) 217.5º 0.33% 0.67% -
XYZ 23.23 24.19 41.97 -
YUV 133.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 115 136 171 0.33 0.20 0 0.33 217.5 0.25 0.56
Hex 73 88 AB 21 14 0 21 DA 19 38
Octal 163 210 253 41 24 0 41 332 31 70
Binary 1110011 10001000 10101011 100001 10100 0 100001 11011010 11001 111000

Color Harmonies of #7388AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7388AB

Black with #7388AB

Text Example


Text Example

White with #7388AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7388AB; }

 p { color: rgb(115,136,171); }

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

background-color css

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

 a { background-color: rgb(115,136,171); }

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

border-color css

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

 span { border-color: rgb(115,136,171); }

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