Html Css Color HEX #738DB2 Ship Cove

📋 copy color: '#738DB2'

red 115 ◦ green 141 ◦ blue 178

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

Shades of Ship Cove #738DB2

Tints of Ship Cove #738DB2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

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

R = 26.5%
G = 32.49%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#738DB2 (or 0x738DB2) is known color: Ship Cove. HEX triplet: 73, 8D and B2. RGB value is (115,141,178). Sum of RGB (Red+Green+Blue) = 115+141+178=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #738DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DB2 is #8C724D. Grayscale: #898989. Windows color (decimal): -9204302 or 11701619. OLE color: 11701619.

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

Color convert

RGB 115 141 178 -
CMYK 0.35 0.21 0 0.30
HSL 215.24º 0.29% 0.57% -
HSV(B) 215.24º 0.35% 0.7% -
XYZ 24.63 25.91 45.82 -
YUV 137.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 115 141 178 0.35 0.21 0 0.30 215.24 0.29 0.57
Hex 73 8D B2 23 15 0 1E D7 1D 39
Octal 163 215 262 43 25 0 36 327 35 71
Binary 1110011 10001101 10110010 100011 10101 0 11110 11010111 11101 111001

Color Harmonies of #738DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DB2

Black with #738DB2

Text Example


Text Example

White with #738DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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