#305B9E

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

Shades of Mariner #305B9E

Tints of Mariner #305B9E

Color information

#305B9E (or 0x305B9E) is unknown color: approx Mariner. HEX triplet: 30, 5B and 9E. RGB value is (48,91,158). Sum of RGB (Red+Green+Blue) = 48+91+158=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #305B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305B9E is #CFA461. Grayscale: #555555. Windows color (decimal): -13608034 or 10378032. OLE color: 10378032.

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

Color convert

RGB4891158-
CMYK0.700.4200.38
HSL216.55º53.4%40.39%-
HSV(B)216.55º69.62%61.96%-
XYZ11.1310.5833.8-
YUV85.78168.75101.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=16.16%
G=30.64%
B=53.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48911580.700.4200.38216.5553.440.39
Hex305B9E462A026d93528
Octal60133236106520463316550
Binary1100001011011100111101000110101010010011011011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,91,158); }

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

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

 a { background-color: rgb(48,91,158); }

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

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

 span { border-color: rgb(48,91,158); }

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