Html Css Color HEX #738FB3 Ship Cove

📋 copy color: '#738FB3'

red 115 ◦ green 143 ◦ blue 179

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

Shades of Ship Cove #738FB3

Tints of Ship Cove #738FB3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

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

R = 26.32%
G = 32.72%
B = 40.96%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#738FB3 (or 0x738FB3) is known color: Ship Cove. HEX triplet: 73, 8F and B3. RGB value is (115,143,179). Sum of RGB (Red+Green+Blue) = 115+143+179=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #738FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FB3 is #8C704C. Grayscale: #8A8A8A. Windows color (decimal): -9203789 or 11767667. OLE color: 11767667.

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

Color convert

RGB 115 143 179 -
CMYK 0.36 0.20 0 0.30
HSL 213.75º 0.3% 0.58% -
HSV(B) 213.75º 0.36% 0.7% -
XYZ 25.03 26.54 46.45 -
YUV 138.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 115 143 179 0.36 0.20 0 0.30 213.75 0.3 0.58
Hex 73 8F B3 24 14 0 1E D6 1E 3A
Octal 163 217 263 44 24 0 36 326 36 72
Binary 1110011 10001111 10110011 100100 10100 0 11110 11010110 11110 111010

Color Harmonies of #738FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FB3

Black with #738FB3

Text Example


Text Example

White with #738FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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