#3B67AA

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

Shades of Mariner #3B67AA

Tints of Mariner #3B67AA

Color information

#3B67AA (or 0x3B67AA) is unknown color: approx Mariner. HEX triplet: 3B, 67 and AA. RGB value is (59,103,170). Sum of RGB (Red+Green+Blue) = 59+103+170=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B67AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B67AA is #C49855. Grayscale: #616161. Windows color (decimal): -12884054 or 11167547. OLE color: 11167547.

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

Color convert

RGB59103170-
CMYK0.650.3900.33
HSL216.22º48.47%44.9%-
HSV(B)216.22º65.29%66.67%-
XYZ13.9113.5339.91-
YUV97.48168.92100.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=17.77%
G=31.02%
B=51.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591031700.650.3900.33216.2248.4744.9
Hex3B67AA4127021d8302d
Octal73147252101470413306055
Binary1110111100111101010101000001100111010000111011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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