#305CAB

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

Shades of Mariner #305CAB

Tints of Mariner #305CAB

Color information

#305CAB (or 0x305CAB) is unknown color: approx Mariner. HEX triplet: 30, 5C and AB. RGB value is (48,92,171). Sum of RGB (Red+Green+Blue) = 48+92+171=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #305CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CAB is #CFA354. Grayscale: #575757. Windows color (decimal): -13607765 or 11230256. OLE color: 11230256.

HSL color Cylindrical-coordinate representation of color #305CAB: hue angle of 218.54º 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 #305CAB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4892171-
CMYK0.720.4600.33
HSL218.54º56.16%42.94%-
HSV(B)218.54º71.93%67.06%-
XYZ12.411.2240.04-
YUV87.85174.9299.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=15.43%
G=29.58%
B=54.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48921710.720.4600.33218.5456.1642.94
Hex305CAB482E021db382b
Octal60134253110560413337053
Binary1100001011100101010111001000101110010000111011011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,92,171); }

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

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

 a { background-color: rgb(48,92,171); }

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

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

 span { border-color: rgb(48,92,171); }

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