#305A9D

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

Shades of Mariner #305A9D

Tints of Mariner #305A9D

Color information

#305A9D (or 0x305A9D) is unknown color: approx Mariner. HEX triplet: 30, 5A and 9D. RGB value is (48,90,157). Sum of RGB (Red+Green+Blue) = 48+90+157=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #305A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A9D is #CFA562. Grayscale: #545454. Windows color (decimal): -13608291 or 10312240. OLE color: 10312240.

HSL color Cylindrical-coordinate representation of color #305A9D: hue angle of 216.88º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305A9D is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4890157-
CMYK0.690.4300.38
HSL216.88º53.17%40.2%-
HSV(B)216.88º69.43%61.57%-
XYZ10.9610.3833.32-
YUV85.08168.59101.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=16.27%
G=30.51%
B=53.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48901570.690.4300.38216.8853.1740.2
Hex305A9D452B026d93528
Octal60132235105530463316550
Binary1100001011010100111011000101101011010011011011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A9D; }

 p { color: rgb(48,90,157); }

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

<style>
 a { background-color: #305A9D; }

 a { background-color: rgb(48,90,157); }

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

<style>
 span { border-color: #305A9D; }

 span { border-color: rgb(48,90,157); }

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