#3865B3

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

Shades of Mariner #3865B3

Tints of Mariner #3865B3

Color information

#3865B3 (or 0x3865B3) is unknown color: approx Mariner. HEX triplet: 38, 65 and B3. RGB value is (56,101,179). Sum of RGB (Red+Green+Blue) = 56+101+179=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #3865B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865B3 is #C79A4C. Grayscale: #606060. Windows color (decimal): -13081165 or 11756856. OLE color: 11756856.

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

Color convert

RGB56101179-
CMYK0.690.4400.30
HSL218.05º52.34%46.08%-
HSV(B)218.05º68.72%70.2%-
XYZ14.4213.444.47-
YUV96.44174.5999.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=16.67%
G=30.06%
B=53.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561011790.690.4400.30218.0552.3446.08
Hex3865B3452C01Eda342e
Octal70145263105540363326456
Binary111000110010110110011100010110110001111011011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3865B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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