Html Css Color HEX #738DB3 Ship Cove

📋 copy color: '#738DB3'

red 115 ◦ green 141 ◦ blue 179

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

Shades of Ship Cove #738DB3

Tints of Ship Cove #738DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.15%

R = 26.44%
G = 32.41%
B = 41.15%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#738DB3 (or 0x738DB3) is known color: Ship Cove. HEX triplet: 73, 8D and B3. RGB value is (115,141,179). Sum of RGB (Red+Green+Blue) = 115+141+179=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #738DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DB3 is #8C724C. Grayscale: #898989. Windows color (decimal): -9204301 or 11767155. OLE color: 11767155.

HSL color Cylindrical-coordinate representation of color #738DB3: hue angle of 215.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #738DB3 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 141 179 -
CMYK 0.36 0.21 0 0.30
HSL 215.63º 0.3% 0.58% -
HSV(B) 215.63º 0.36% 0.7% -
XYZ 24.73 25.95 46.35 -
YUV 137.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 115 141 179 0.36 0.21 0 0.30 215.63 0.3 0.58
Hex 73 8D B3 24 15 0 1E D8 1E 3A
Octal 163 215 263 44 25 0 36 330 36 72
Binary 1110011 10001101 10110011 100100 10101 0 11110 11011000 11110 111010

Color Harmonies of #738DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DB3

Black with #738DB3

Text Example


Text Example

White with #738DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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