#3B67AC

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

Shades of Mariner #3B67AC

Tints of Mariner #3B67AC

Color information

#3B67AC (or 0x3B67AC) is unknown color: approx Mariner. HEX triplet: 3B, 67 and AC. RGB value is (59,103,172). Sum of RGB (Red+Green+Blue) = 59+103+172=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B67AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B67AC is #C49853. Grayscale: #616161. Windows color (decimal): -12884052 or 11298619. OLE color: 11298619.

HSL color Cylindrical-coordinate representation of color #3B67AC: hue angle of 216.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B67AC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB59103172-
CMYK0.660.4000.33
HSL216.64º48.92%45.29%-
HSV(B)216.64º65.7%67.45%-
XYZ14.113.6140.91-
YUV97.71169.92100.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=17.66%
G=30.84%
B=51.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591031720.660.4000.33216.6448.9245.29
Hex3B67AC4228021d9312d
Octal73147254102500413316155
Binary1110111100111101011001000010101000010000111011001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B67AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,103,172); }

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

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

 a { background-color: rgb(59,103,172); }

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

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

 span { border-color: rgb(59,103,172); }

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