Html Css Color HEX #737DAF Ship Cove

📋 copy color: '#737DAF'

red 115 ◦ green 125 ◦ blue 175

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

Shades of Ship Cove #737DAF

Tints of Ship Cove #737DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 27.71%
G = 30.12%
B = 42.17%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#737DAF (or 0x737DAF) is known color: Ship Cove. HEX triplet: 73, 7D and AF. RGB value is (115,125,175). Sum of RGB (Red+Green+Blue) = 115+125+175=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #737DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DAF is #8C8250. Grayscale: #7F7F7F. Windows color (decimal): -9208401 or 11500915. OLE color: 11500915.

HSL color Cylindrical-coordinate representation of color #737DAF: hue angle of 230º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #737DAF is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 125 175 -
CMYK 0.34 0.29 0 0.31
HSL 230º 0.27% 0.57% -
HSV(B) 230º 0.34% 0.69% -
XYZ 22.14 21.41 43.52 -
YUV 127.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 115 125 175 0.34 0.29 0 0.31 230 0.27 0.57
Hex 73 7D AF 22 1D 0 1F E6 1B 39
Octal 163 175 257 42 35 0 37 346 33 71
Binary 1110011 1111101 10101111 100010 11101 0 11111 11100110 11011 111001

Color Harmonies of #737DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DAF

Black with #737DAF

Text Example


Text Example

White with #737DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737DAF; }

 p { color: rgb(115,125,175); }

 H1.HeaderClassName
 {
   color: #737DAF;
 }
 .AnyTagClassName
 {
   color: #737DAF;
 }
</style>

background-color css

<style>
 a { background-color: #737DAF; }

 a { background-color: rgb(115,125,175); }

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

border-color css

<style>
 span { border-color: #737DAF; }

 span { border-color: rgb(115,125,175); }

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