Html Css Color HEX #738BAC Ship Cove

📋 copy color: '#738BAC'

red 115 ◦ green 139 ◦ blue 172

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

Shades of Ship Cove #738BAC

Tints of Ship Cove #738BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 27%
G = 32.63%
B = 40.38%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738BAC (or 0x738BAC) is known color: Ship Cove. HEX triplet: 73, 8B and AC. RGB value is (115,139,172). Sum of RGB (Red+Green+Blue) = 115+139+172=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #738BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAC is #8C7453. Grayscale: #878787. Windows color (decimal): -9204820 or 11307891. OLE color: 11307891.

HSL color Cylindrical-coordinate representation of color #738BAC: hue angle of 214.74º degrees, saturation: 0.26, 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 #738BAC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 139 172 -
CMYK 0.33 0.19 0 0.33
HSL 214.74º 0.26% 0.56% -
HSV(B) 214.74º 0.33% 0.67% -
XYZ 23.75 25.09 42.62 -
YUV 135.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 115 139 172 0.33 0.19 0 0.33 214.74 0.26 0.56
Hex 73 8B AC 21 13 0 21 D7 1A 38
Octal 163 213 254 41 23 0 41 327 32 70
Binary 1110011 10001011 10101100 100001 10011 0 100001 11010111 11010 111000

Color Harmonies of #738BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BAC

Black with #738BAC

Text Example


Text Example

White with #738BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738BAC; }

 p { color: rgb(115,139,172); }

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

background-color css

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

 a { background-color: rgb(115,139,172); }

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

border-color css

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

 span { border-color: rgb(115,139,172); }

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