#3665B3

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

Shades of Mariner #3665B3

Tints of Mariner #3665B3

Color information

#3665B3 (or 0x3665B3) is unknown color: approx Mariner. HEX triplet: 36, 65 and B3. RGB value is (54,101,179). Sum of RGB (Red+Green+Blue) = 54+101+179=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #3665B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665B3 is #C99A4C. Grayscale: #5F5F5F. Windows color (decimal): -13212237 or 11756854. OLE color: 11756854.

HSL color Cylindrical-coordinate representation of color #3665B3: hue angle of 217.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3665B3 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB54101179-
CMYK0.700.4400.30
HSL217.44º53.65%45.69%-
HSV(B)217.44º69.83%70.2%-
XYZ14.3113.3544.47-
YUV95.84174.9398.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 179 (70.31% from 255) = 53.59%
R=16.17%
G=30.24%
B=53.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541011790.700.4400.30217.4453.6545.69
Hex3665B3462C01Ed9362e
Octal66145263106540363316656
Binary110110110010110110011100011010110001111011011001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3665B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3665B3; }

 p { color: rgb(54,101,179); }

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

<style>
 a { background-color: #3665B3; }

 a { background-color: rgb(54,101,179); }

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

<style>
 span { border-color: #3665B3; }

 span { border-color: rgb(54,101,179); }

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