Html Css Color HEX #738BAA Ship Cove

📋 copy color: '#738BAA'

red 115 ◦ green 139 ◦ blue 170

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

Shades of Ship Cove #738BAA

Tints of Ship Cove #738BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 27.12%
G = 32.78%
B = 40.09%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738BAA (or 0x738BAA) is known color: Ship Cove. HEX triplet: 73, 8B and AA. RGB value is (115,139,170). Sum of RGB (Red+Green+Blue) = 115+139+170=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #738BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAA is #8C7455. Grayscale: #878787. Windows color (decimal): -9204822 or 11176819. OLE color: 11176819.

HSL color Cylindrical-coordinate representation of color #738BAA: hue angle of 213.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738BAA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 139 170 -
CMYK 0.32 0.18 0 0.33
HSL 213.82º 0.24% 0.56% -
HSV(B) 213.82º 0.32% 0.67% -
XYZ 23.56 25.01 41.62 -
YUV 135.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 115 139 170 0.32 0.18 0 0.33 213.82 0.24 0.56
Hex 73 8B AA 20 12 0 21 D6 18 38
Octal 163 213 252 40 22 0 41 326 30 70
Binary 1110011 10001011 10101010 100000 10010 0 100001 11010110 11000 111000

Color Harmonies of #738BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BAA

Black with #738BAA

Text Example


Text Example

White with #738BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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