#4368AE

Color #4368AE Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #4368AE

Tints of Mariner #4368AE

Color information

#4368AE (or 0x4368AE) is unknown color: approx Mariner. HEX triplet: 43, 68 and AE. RGB value is (67,104,174). Sum of RGB (Red+Green+Blue) = 67+104+174=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #4368AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4368AE is #BC9751. Grayscale: #646464. Windows color (decimal): -12359506 or 11429955. OLE color: 11429955.

HSL color Cylindrical-coordinate representation of color #4368AE: hue angle of 219.25º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4368AE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB67104174-
CMYK0.610.4000.32
HSL219.25º44.4%47.25%-
HSV(B)219.25º61.49%68.24%-
XYZ14.9114.1541.99-
YUV100.92169.24103.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=19.42%
G=30.14%
B=50.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal671041740.610.4000.32219.2544.447.25
Hex4368AE3D28020db2c2f
Octal10315025675500403335457
Binary1000011110100010101110111101101000010000011011011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4368AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4368AE; }

 p { color: rgb(67,104,174); }

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

<style>
 a { background-color: #4368AE; }

 a { background-color: rgb(67,104,174); }

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

<style>
 span { border-color: #4368AE; }

 span { border-color: rgb(67,104,174); }

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