#3e65b4

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

Shades of Mariner #3E65B4

Tints of Mariner #3E65B4

Color information

#3E65B4 (or 0x3E65B4) is unknown color: approx Mariner. HEX triplet: 3E, 65 and B4. RGB value is (62,101,180). Sum of RGB (Red+Green+Blue) = 62+101+180=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #3E65B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65B4 is #C19A4B. Grayscale: #616161. Windows color (decimal): -12687948 or 11822398. OLE color: 11822398.

HSL color Cylindrical-coordinate representation of color #3E65B4: hue angle of 220.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E65B4 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB62101180-
CMYK0.660.4400.29
HSL220.17º48.76%47.45%-
HSV(B)220.17º65.56%70.59%-
XYZ14.8813.6345.03-
YUV98.34174.08102.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.08%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=18.08%
G=29.45%
B=52.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal621011800.660.4400.29220.1748.7647.45
Hex3E65B4422C01Ddc312f
Octal76145264102540353346157
Binary111110110010110110100100001010110001110111011100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e65b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,101,180); }

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

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

 a { background-color: rgb(62,101,180); }

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

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

 span { border-color: rgb(62,101,180); }

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