Html Css Color HEX #738AAB Ship Cove

📋 copy color: '#738AAB'

red 115 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #738AAB

Tints of Ship Cove #738AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

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

R = 27.12%
G = 32.55%
B = 40.33%

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

#738AAB (or 0x738AAB) is known color: Ship Cove. HEX triplet: 73, 8A and AB. RGB value is (115,138,171). Sum of RGB (Red+Green+Blue) = 115+138+171=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #738AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAB is #8C7554. Grayscale: #868686. Windows color (decimal): -9205077 or 11242099. OLE color: 11242099.

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

Color convert

RGB 115 138 171 -
CMYK 0.33 0.19 0 0.33
HSL 215.36º 0.25% 0.56% -
HSV(B) 215.36º 0.33% 0.67% -
XYZ 23.51 24.76 42.07 -
YUV 134.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 115 138 171 0.33 0.19 0 0.33 215.36 0.25 0.56
Hex 73 8A AB 21 13 0 21 D7 19 38
Octal 163 212 253 41 23 0 41 327 31 70
Binary 1110011 10001010 10101011 100001 10011 0 100001 11010111 11001 111000

Color Harmonies of #738AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AAB

Black with #738AAB

Text Example


Text Example

White with #738AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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