Html Css Color HEX #738BB2 Ship Cove

📋 copy color: '#738BB2'

red 115 ◦ green 139 ◦ blue 178

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

Shades of Ship Cove #738BB2

Tints of Ship Cove #738BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 26.62%
G = 32.18%
B = 41.2%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#738BB2 (or 0x738BB2) is known color: Ship Cove. HEX triplet: 73, 8B and B2. RGB value is (115,139,178). Sum of RGB (Red+Green+Blue) = 115+139+178=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #738BB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BB2 is #8C744D. Grayscale: #888888. Windows color (decimal): -9204814 or 11701107. OLE color: 11701107.

HSL color Cylindrical-coordinate representation of color #738BB2: hue angle of 217.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #738BB2 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 139 178 -
CMYK 0.35 0.22 0 0.30
HSL 217.14º 0.29% 0.57% -
HSV(B) 217.14º 0.35% 0.7% -
XYZ 24.34 25.32 45.72 -
YUV 136.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 115 139 178 0.35 0.22 0 0.30 217.14 0.29 0.57
Hex 73 8B B2 23 16 0 1E D9 1D 39
Octal 163 213 262 43 26 0 36 331 35 71
Binary 1110011 10001011 10110010 100011 10110 0 11110 11011001 11101 111001

Color Harmonies of #738BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BB2

Black with #738BB2

Text Example


Text Example

White with #738BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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