#3B67AF

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

Shades of Mariner #3B67AF

Tints of Mariner #3B67AF

Color information

#3B67AF (or 0x3B67AF) is unknown color: approx Mariner. HEX triplet: 3B, 67 and AF. RGB value is (59,103,175). Sum of RGB (Red+Green+Blue) = 59+103+175=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B67AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B67AF is #C49850. Grayscale: #616161. Windows color (decimal): -12884049 or 11495227. OLE color: 11495227.

HSL color Cylindrical-coordinate representation of color #3B67AF: hue angle of 217.24º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B67AF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59103175-
CMYK0.660.4100.31
HSL217.24º49.57%45.88%-
HSV(B)217.24º66.29%68.63%-
XYZ14.3913.7342.45-
YUV98.05171.42100.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.51%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=17.51%
G=30.56%
B=51.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591031750.660.4100.31217.2449.5745.88
Hex3B67AF422901Fd9322e
Octal73147257102510373316256
Binary111011110011110101111100001010100101111111011001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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