#43608E

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

Shades of Mariner #43608E

Tints of Mariner #43608E

Color information

#43608E (or 0x43608E) is unknown color: approx Mariner. HEX triplet: 43, 60 and 8E. RGB value is (67,96,142). Sum of RGB (Red+Green+Blue) = 67+96+142=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #43608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43608E is #BC9F71. Grayscale: #5C5C5C. Windows color (decimal): -12361586 or 9330755. OLE color: 9330755.

HSL color Cylindrical-coordinate representation of color #43608E: hue angle of 216.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43608E is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6796142-
CMYK0.530.3200.44
HSL216.8º35.89%40.98%-
HSV(B)216.8º52.82%55.69%-
XYZ11.3811.5127.21-
YUV92.57155.89109.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.97%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=21.97%
G=31.48%
B=46.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67961420.530.3200.44216.835.8940.98
Hex43608E352002Cd92429
Octal10314021665400543314451
Binary1000011110000010001110110101100000010110011011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43608E; }

 p { color: rgb(67,96,142); }

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

<style>
 a { background-color: #43608E; }

 a { background-color: rgb(67,96,142); }

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

<style>
 span { border-color: #43608E; }

 span { border-color: rgb(67,96,142); }

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