Html Css Color HEX #738AAE Ship Cove

📋 copy color: '#738AAE'

red 115 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #738AAE

Tints of Ship Cove #738AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 26.93%
G = 32.32%
B = 40.75%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#738AAE (or 0x738AAE) is known color: Ship Cove. HEX triplet: 73, 8A and AE. RGB value is (115,138,174). Sum of RGB (Red+Green+Blue) = 115+138+174=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #738AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAE is #8C7551. Grayscale: #878787. Windows color (decimal): -9205074 or 11438707. OLE color: 11438707.

HSL color Cylindrical-coordinate representation of color #738AAE: hue angle of 216.61º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738AAE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 138 174 -
CMYK 0.34 0.21 0 0.32
HSL 216.61º 0.27% 0.57% -
HSV(B) 216.61º 0.34% 0.68% -
XYZ 23.8 24.88 43.59 -
YUV 135.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 115 138 174 0.34 0.21 0 0.32 216.61 0.27 0.57
Hex 73 8A AE 22 15 0 20 D9 1B 39
Octal 163 212 256 42 25 0 40 331 33 71
Binary 1110011 10001010 10101110 100010 10101 0 100000 11011001 11011 111001

Color Harmonies of #738AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AAE

Black with #738AAE

Text Example


Text Example

White with #738AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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