#4358A3

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

Shades of Mariner #4358A3

Tints of Mariner #4358A3

Color information

#4358A3 (or 0x4358A3) is unknown color: approx Mariner. HEX triplet: 43, 58 and A3. RGB value is (67,88,163). Sum of RGB (Red+Green+Blue) = 67+88+163=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #4358A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4358A3 is #BCA75C. Grayscale: #595959. Windows color (decimal): -12363613 or 10704963. OLE color: 10704963.

HSL color Cylindrical-coordinate representation of color #4358A3: hue angle of 226.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4358A3 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6788163-
CMYK0.590.4600.36
HSL226.88º41.74%45.1%-
HSV(B)226.88º58.9%63.92%-
XYZ12.4210.8236.08-
YUV90.27169.04111.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 163 (64.06% from 255) = 51.26%
R=21.07%
G=27.67%
B=51.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67881630.590.4600.36226.8841.7445.1
Hex4358A33B2E024e32a2d
Octal10313024373560443435255
Binary1000011101100010100011111011101110010010011100011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4358A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4358A3; }

 p { color: rgb(67,88,163); }

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

<style>
 a { background-color: #4358A3; }

 a { background-color: rgb(67,88,163); }

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

<style>
 span { border-color: #4358A3; }

 span { border-color: rgb(67,88,163); }

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