Html Css Color HEX #737AA2 Ship Cove

📋 copy color: '#737AA2'

red 115 ◦ green 122 ◦ blue 162

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

Shades of Ship Cove #737AA2

Tints of Ship Cove #737AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 28.82%
G = 30.58%
B = 40.6%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#737AA2 (or 0x737AA2) is known color: Ship Cove. HEX triplet: 73, 7A and A2. RGB value is (115,122,162). Sum of RGB (Red+Green+Blue) = 115+122+162=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #737AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737AA2 is #8C855D. Grayscale: #7C7C7C. Windows color (decimal): -9209182 or 10648179. OLE color: 10648179.

HSL color Cylindrical-coordinate representation of color #737AA2: hue angle of 231.06º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #737AA2 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 122 162 -
CMYK 0.29 0.25 0 0.36
HSL 231.06º 0.2% 0.54% -
HSV(B) 231.06º 0.29% 0.64% -
XYZ 20.55 20.17 36.99 -
YUV 124.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 115 122 162 0.29 0.25 0 0.36 231.06 0.2 0.54
Hex 73 7A A2 1D 19 0 24 E7 14 36
Octal 163 172 242 35 31 0 44 347 24 66
Binary 1110011 1111010 10100010 11101 11001 0 100100 11100111 10100 110110

Color Harmonies of #737AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737AA2

Black with #737AA2

Text Example


Text Example

White with #737AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,122,162); }

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

background-color css

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

 a { background-color: rgb(115,122,162); }

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

border-color css

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

 span { border-color: rgb(115,122,162); }

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