#3B6BB8

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

Shades of Mariner #3B6BB8

Tints of Mariner #3B6BB8

Color information

#3B6BB8 (or 0x3B6BB8) is unknown color: approx Mariner. HEX triplet: 3B, 6B and B8. RGB value is (59,107,184). Sum of RGB (Red+Green+Blue) = 59+107+184=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #3B6BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6BB8 is #C49447. Grayscale: #656565. Windows color (decimal): -12883016 or 12086075. OLE color: 12086075.

HSL color Cylindrical-coordinate representation of color #3B6BB8: hue angle of 216.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B6BB8 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB59107184-
CMYK0.680.4200.28
HSL216.96º51.44%47.65%-
HSV(B)216.96º67.93%72.16%-
XYZ15.7114.9147.4-
YUV101.43174.697.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.86%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 184 (72.27% from 255) = 52.57%
R=16.86%
G=30.57%
B=52.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal591071840.680.4200.28216.9651.4447.65
Hex3B6BB8442A01Cd93330
Octal73153270104520343316360
Binary111011110101110111000100010010101001110011011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6BB8; }

 p { color: rgb(59,107,184); }

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

<style>
 a { background-color: #3B6BB8; }

 a { background-color: rgb(59,107,184); }

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

<style>
 span { border-color: #3B6BB8; }

 span { border-color: rgb(59,107,184); }

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