#738ED4

Color #738ED4 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #738ED4

Tints of Portage #738ED4

Color information

#738ED4 (or 0x738ED4) is unknown color: approx Portage. HEX triplet: 73, 8E and D4. RGB value is (115,142,212). Sum of RGB (Red+Green+Blue) = 115+142+212=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #738ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738ED4 is #8C712B. Grayscale: #8D8D8D. Windows color (decimal): -9204012 or 13930099. OLE color: 13930099.

HSL color Cylindrical-coordinate representation of color #738ED4: hue angle of 223.3º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #738ED4 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB115142212-
CMYK0.460.3300.17
HSL223.3º53.01%64.12%-
HSV(B)223.3º45.75%83.14%-
XYZ28.6327.7466.13-
YUV141.91167.55108.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.52%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=24.52%
G=30.28%
B=45.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1151422120.460.3300.17223.353.0164.12
Hex738ED42E21011df3540
Octal163216324564102133765100
Binary11100111000111011010100101110100001010001110111111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,142,212); }

 H1.HeaderClassName
 {
   color: #738ED4;
 }
 .AnyTagClassName
 {
   color: #738ED4;
 }
</style>
background-color css

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

 a { background-color: rgb(115,142,212); }

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

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

 span { border-color: rgb(115,142,212); }

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