#435F96

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

Shades of Mariner #435F96

Tints of Mariner #435F96

Color information

#435F96 (or 0x435F96) is unknown color: approx Mariner. HEX triplet: 43, 5F and 96. RGB value is (67,95,150). Sum of RGB (Red+Green+Blue) = 67+95+150=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #435F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435F96 is #BCA069. Grayscale: #5C5C5C. Windows color (decimal): -12361834 or 9854787. OLE color: 9854787.

HSL color Cylindrical-coordinate representation of color #435F96: hue angle of 219.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435F96 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6795150-
CMYK0.550.3700.41
HSL219.76º38.25%42.55%-
HSV(B)219.76º55.33%58.82%-
XYZ11.9111.5830.46-
YUV92.9160.22109.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=21.47%
G=30.45%
B=48.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal67951500.550.3700.41219.7638.2542.55
Hex435F963725029dc262b
Octal10313722667450513344653
Binary1000011101111110010110110111100101010100111011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435F96; }

 p { color: rgb(67,95,150); }

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

<style>
 a { background-color: #435F96; }

 a { background-color: rgb(67,95,150); }

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

<style>
 span { border-color: #435F96; }

 span { border-color: rgb(67,95,150); }

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