Html Css Color HEX #738EB2 Ship Cove

📋 copy color: '#738EB2'

red 115 ◦ green 142 ◦ blue 178

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

Shades of Ship Cove #738EB2

Tints of Ship Cove #738EB2

RGB

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

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

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

R = 26.44%
G = 32.64%
B = 40.92%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#738EB2 (or 0x738EB2) is known color: Ship Cove. HEX triplet: 73, 8E and B2. RGB value is (115,142,178). Sum of RGB (Red+Green+Blue) = 115+142+178=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #738EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EB2 is #8C714D. Grayscale: #898989. Windows color (decimal): -9204046 or 11701875. OLE color: 11701875.

HSL color Cylindrical-coordinate representation of color #738EB2: hue angle of 214.29º 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 #738EB2 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 142 178 -
CMYK 0.35 0.20 0 0.30
HSL 214.29º 0.29% 0.57% -
HSV(B) 214.29º 0.35% 0.7% -
XYZ 24.78 26.21 45.87 -
YUV 138.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 115 142 178 0.35 0.20 0 0.30 214.29 0.29 0.57
Hex 73 8E B2 23 14 0 1E D6 1D 39
Octal 163 216 262 43 24 0 36 326 35 71
Binary 1110011 10001110 10110010 100011 10100 0 11110 11010110 11101 111001

Color Harmonies of #738EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738EB2

Black with #738EB2

Text Example


Text Example

White with #738EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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