#42689B

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

Shades of Mariner #42689B

Tints of Mariner #42689B

Color information

#42689B (or 0x42689B) is unknown color: approx Mariner. HEX triplet: 42, 68 and 9B. RGB value is (66,104,155). Sum of RGB (Red+Green+Blue) = 66+104+155=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #42689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42689B is #BD9764. Grayscale: #626262. Windows color (decimal): -12425061 or 10184770. OLE color: 10184770.

HSL color Cylindrical-coordinate representation of color #42689B: hue angle of 214.38º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42689B is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66104155-
CMYK0.570.3300.39
HSL214.38º40.27%43.33%-
HSV(B)214.38º57.42%60.78%-
XYZ13.1113.4332.91-
YUV98.45159.91104.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=20.31%
G=32%
B=47.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661041550.570.3300.39214.3840.2743.33
Hex42689B3921027d6282b
Octal10215023371410473265053
Binary1000010110100010011011111001100001010011111010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42689B; }

 p { color: rgb(66,104,155); }

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

<style>
 a { background-color: #42689B; }

 a { background-color: rgb(66,104,155); }

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

<style>
 span { border-color: #42689B; }

 span { border-color: rgb(66,104,155); }

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