#3f67aa

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

Shades of Mariner #3F67AA

Tints of Mariner #3F67AA

Color information

#3F67AA (or 0x3F67AA) is unknown color: approx Mariner. HEX triplet: 3F, 67 and AA. RGB value is (63,103,170). Sum of RGB (Red+Green+Blue) = 63+103+170=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F67AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F67AA is #C09855. Grayscale: #626262. Windows color (decimal): -12621910 or 11167551. OLE color: 11167551.

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

Color convert

RGB63103170-
CMYK0.630.3900.33
HSL217.57º45.92%45.69%-
HSV(B)217.57º62.94%66.67%-
XYZ14.1613.6639.92-
YUV98.68168.25102.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=18.75%
G=30.65%
B=50.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631031700.630.3900.33217.5745.9245.69
Hex3F67AA3F27021da2e2e
Octal7714725277470413325656
Binary111111110011110101010111111100111010000111011010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f67aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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