Html Css Color HEX #3B649C Mariner

📋 copy color: '#3B649C'

red 59 ◦ green 100 ◦ blue 156

#3B649C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3B649C

Tints of Mariner #3B649C

RGB

 RED value IS 59 (23.44% from 255) = 18.73%

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 18.73%
G = 31.75%
B = 49.52%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B649C (or 0x3B649C) is known color: Mariner. HEX triplet: 3B, 64 and 9C. RGB value is (59,100,156). Sum of RGB (Red+Green+Blue) = 59+100+156=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B649C is #C49B63. Grayscale: #5D5D5D. Windows color (decimal): -12884836 or 10249275. OLE color: 10249275.

HSL color Cylindrical-coordinate representation of color #3B649C: hue angle of 214.64º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B649C is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 100 156 -
CMYK 0.62 0.36 0 0.39
HSL 214.64º 0.45% 0.42% -
HSV(B) 214.64º 0.62% 0.61% -
XYZ 12.36 12.44 33.2 -
YUV 94.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 59 100 156 0.62 0.36 0 0.39 214.64 0.45 0.42
Hex 3B 64 9C 3E 24 0 27 D7 2D 2A
Octal 73 144 234 76 44 0 47 327 55 52
Binary 111011 1100100 10011100 111110 100100 0 100111 11010111 101101 101010

Color Harmonies of #3B649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B649C

Black with #3B649C

Text Example


Text Example

White with #3B649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,100,156); }

 H1.HeaderClassName
 {
   color: #3B649C;
 }
 .AnyTagClassName
 {
   color: #3B649C;
 }
</style>

background-color css

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

 a { background-color: rgb(59,100,156); }

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

border-color css

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

 span { border-color: rgb(59,100,156); }

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