Html Css Color HEX #738FB2 Ship Cove

📋 copy color: '#738FB2'

red 115 ◦ green 143 ◦ blue 178

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

Shades of Ship Cove #738FB2

Tints of Ship Cove #738FB2

RGB

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

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

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

R = 26.38%
G = 32.8%
B = 40.83%

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

#738FB2 (or 0x738FB2) is known color: Ship Cove. HEX triplet: 73, 8F and B2. RGB value is (115,143,178). Sum of RGB (Red+Green+Blue) = 115+143+178=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #738FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FB2 is #8C704D. Grayscale: #8A8A8A. Windows color (decimal): -9203790 or 11702131. OLE color: 11702131.

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

Color convert

RGB 115 143 178 -
CMYK 0.35 0.20 0 0.30
HSL 213.33º 0.29% 0.57% -
HSV(B) 213.33º 0.35% 0.7% -
XYZ 24.93 26.5 45.92 -
YUV 138.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 115 143 178 0.35 0.20 0 0.30 213.33 0.29 0.57
Hex 73 8F B2 23 14 0 1E D5 1D 39
Octal 163 217 262 43 24 0 36 325 35 71
Binary 1110011 10001111 10110010 100011 10100 0 11110 11010101 11101 111001

Color Harmonies of #738FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FB2

Black with #738FB2

Text Example


Text Example

White with #738FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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