Html Css Color HEX #738AB4 Ship Cove

📋 copy color: '#738AB4'

red 115 ◦ green 138 ◦ blue 180

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

Shades of Ship Cove #738AB4

Tints of Ship Cove #738AB4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 26.56%
G = 31.87%
B = 41.57%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#738AB4 (or 0x738AB4) is known color: Ship Cove. HEX triplet: 73, 8A and B4. RGB value is (115,138,180). Sum of RGB (Red+Green+Blue) = 115+138+180=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #738AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AB4 is #8C754B. Grayscale: #878787. Windows color (decimal): -9205068 or 11831923. OLE color: 11831923.

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

Color convert

RGB 115 138 180 -
CMYK 0.36 0.23 0 0.29
HSL 218.77º 0.3% 0.58% -
HSV(B) 218.77º 0.36% 0.71% -
XYZ 24.4 25.12 46.74 -
YUV 135.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 115 138 180 0.36 0.23 0 0.29 218.77 0.3 0.58
Hex 73 8A B4 24 17 0 1D DB 1E 3A
Octal 163 212 264 44 27 0 35 333 36 72
Binary 1110011 10001010 10110100 100100 10111 0 11101 11011011 11110 111010

Color Harmonies of #738AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AB4

Black with #738AB4

Text Example


Text Example

White with #738AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,138,180); }

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

background-color css

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

 a { background-color: rgb(115,138,180); }

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

border-color css

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

 span { border-color: rgb(115,138,180); }

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