#305DAA

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

Shades of Mariner #305DAA

Tints of Mariner #305DAA

Color information

#305DAA (or 0x305DAA) is unknown color: approx Mariner. HEX triplet: 30, 5D and AA. RGB value is (48,93,170). Sum of RGB (Red+Green+Blue) = 48+93+170=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #305DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DAA is #CFA255. Grayscale: #575757. Windows color (decimal): -13607510 or 11164976. OLE color: 11164976.

HSL color Cylindrical-coordinate representation of color #305DAA: hue angle of 217.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305DAA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4893170-
CMYK0.720.4500.33
HSL217.87º55.96%42.75%-
HSV(B)217.87º71.76%66.67%-
XYZ12.3911.3639.57-
YUV88.32174.0999.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=15.43%
G=29.90%
B=54.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48931700.720.4500.33217.8755.9642.75
Hex305DAA482D021da382b
Octal60135252110550413327053
Binary1100001011101101010101001000101101010000111011010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,170); }

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

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

 a { background-color: rgb(48,93,170); }

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

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

 span { border-color: rgb(48,93,170); }

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