Html Css Color HEX #738EAF Ship Cove

📋 copy color: '#738EAF'

red 115 ◦ green 142 ◦ blue 175

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

Shades of Ship Cove #738EAF

Tints of Ship Cove #738EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.87%

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 26.62%
G = 32.87%
B = 40.51%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#738EAF (or 0x738EAF) is known color: Ship Cove. HEX triplet: 73, 8E and AF. RGB value is (115,142,175). Sum of RGB (Red+Green+Blue) = 115+142+175=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #738EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAF is #8C7150. Grayscale: #898989. Windows color (decimal): -9204049 or 11505267. OLE color: 11505267.

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

Color convert

RGB 115 142 175 -
CMYK 0.34 0.19 0 0.31
HSL 213º 0.27% 0.57% -
HSV(B) 213º 0.34% 0.69% -
XYZ 24.48 26.09 44.3 -
YUV 137.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 115 142 175 0.34 0.19 0 0.31 213 0.27 0.57
Hex 73 8E AF 22 13 0 1F D5 1B 39
Octal 163 216 257 42 23 0 37 325 33 71
Binary 1110011 10001110 10101111 100010 10011 0 11111 11010101 11011 111001

Color Harmonies of #738EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738EAF

Black with #738EAF

Text Example


Text Example

White with #738EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,142,175); }

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

background-color css

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

 a { background-color: rgb(115,142,175); }

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

border-color css

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

 span { border-color: rgb(115,142,175); }

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